|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.components.recordio.AbstractRecordReader
com.servingxml.components.flatfile.layout.DefaultFlatFileReader
public class DefaultFlatFileReader
A DelimitedFlatFileReader
implements a RecordReader
interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.servingxml.components.recordio.RecordReader |
---|
RecordReader.NullRecordReader |
Field Summary |
---|
Fields inherited from interface com.servingxml.components.recordio.RecordReader |
---|
NULL |
Constructor Summary | |
---|---|
DefaultFlatFileReader(FlatFileOptions flatFileOptions,
StreamSource source)
|
Method Summary | |
---|---|
Expirable |
getExpirable()
|
Key |
getKey()
|
void |
readRecords(ServiceContext context,
Flow flow)
|
Methods inherited from class com.servingxml.components.recordio.AbstractRecordReader |
---|
close, discardRecord, endRecordStream, getDiscardWriter, getRecordWriter, setDiscardWriter, setRecordWriter, startRecordStream, writeRecord |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.servingxml.components.recordio.RecordReader |
---|
discardRecord, getDiscardWriter, getRecordWriter, setDiscardWriter, setRecordWriter |
Constructor Detail |
---|
public DefaultFlatFileReader(FlatFileOptions flatFileOptions, StreamSource source)
Method Detail |
---|
public void readRecords(ServiceContext context, Flow flow)
readRecords
in interface RecordReader
public Key getKey()
getKey
in interface RecordReader
getKey
in class AbstractRecordReader
public Expirable getExpirable()
getExpirable
in interface RecordReader
getExpirable
in class AbstractRecordReader
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |