com.northconcepts.datapipeline.memory
Class MemoryWriter
java.lang.Object
com.northconcepts.datapipeline.core.DataEndpoint
com.northconcepts.datapipeline.core.DataWriter
com.northconcepts.datapipeline.memory.MemoryWriter
public class MemoryWriter
- extends DataWriter
Writes records to an in-memory RecordList.
| Methods inherited from class com.northconcepts.datapipeline.core.DataEndpoint |
assertNotOpened, assertOpened, close, decrementRecordCount, exception, exception, exception, finalize, getDescription, getRecordCount, getRecordCountAsBigInteger, getRecordCountAsString, getState, incrementRecordCount, isClosed, isOpen, isRecordCountBigInteger, open, resetRecordCount, setDescription, toString |
MemoryWriter
public MemoryWriter()
MemoryWriter
public MemoryWriter(RecordList recordSet)
getRecordList
public RecordList getRecordList()
writeImpl
protected void writeImpl(Record record)
throws Throwable
- Description copied from class:
DataWriter
- Overridden by subclasses to write the specified record to this
DataWriter.
- Specified by:
writeImpl in class DataWriter
- Throws:
Throwable
Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.