| Package | Description |
|---|---|
| oracle.ifs.utils.io |
| Modifier and Type | Class and Description |
|---|---|
class |
LineNumberPrepender
Prepends the line number to each String processed.
|
class |
SymbolCommuter
The SymbolCommuter class commutes, or substitutes, values for symbols.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LineFilterReader.processFile(String inputFile,
StringProcessor strategy)
Processes a text file line by line with the given StringProcessor.
|
static void |
LineFilterReader.processFile(String inputFile,
String outputFile,
StringProcessor strategy)
Processes a text file line by line with the given StringProcessor.
|
| Constructor and Description |
|---|
LineFilterReader(Reader in,
StringProcessor strategy)
Creates a new LineFilterReader.
|
Copyright © 2025. All rights reserved.