|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileReader | |
org.jmonks.batch.io | Defines API for the clients to read records from the file and write records into the file. |
org.jmonks.batch.io.flat | Flat file implementation for the IO API. |
org.jmonks.batch.io.xml | XML file implementation for the IO API. |
Uses of FileReader in org.jmonks.batch.io |
Methods in org.jmonks.batch.io that return FileReader | |
static FileReader |
FileReader.getFileReader(java.io.InputStream fileInputStream,
java.io.InputStream fileSpecInputStream)
Factory method to get the file reader. |
static FileReader |
FileReader.getFileReader(java.io.InputStream fileInputStream,
FileSpec fileSpec)
Factory method to get the file reader. |
static FileReader |
FileReader.getFileReader(java.io.Reader reader,
java.io.InputStream fileSpecInputStream)
Factory method to get the file reader. |
static FileReader |
FileReader.getFileReader(java.io.Reader reader,
FileSpec fileSpec)
Factory method to get the file reader. |
Uses of FileReader in org.jmonks.batch.io.flat |
Subclasses of FileReader in org.jmonks.batch.io.flat | |
class |
DelimitedFlatFileReader
DelimitedFlatFileReader reads the specified delimited flat file according to the given file spec and returns the recrods on the needed basis. |
class |
FixedWidthFlatFileReader
FixedWidthFlatFileReader reads the specified fixed width flat file according to the given file spec and returns the recrods on the needed basis. |
class |
FlatFileReader
FlatFileReader reads the specified fixed width flat file according to the given file spec and returns the recrods on the needed basis. |
Uses of FileReader in org.jmonks.batch.io.xml |
Subclasses of FileReader in org.jmonks.batch.io.xml | |
class |
XMLFileReader
XMLFileReader reads the specified xml file according to the given file spec and returns the recrods on the needed basis. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |