com.northconcepts.datapipeline.core
Class NullWriter
java.lang.Object
com.northconcepts.datapipeline.core.DataEndpoint
com.northconcepts.datapipeline.core.DataWriter
com.northconcepts.datapipeline.core.NullWriter
public class NullWriter
- extends DataWriter
Discards records.
|
Method Summary |
protected void |
writeImpl(Record record)
Overridden by subclasses to write the specified record to this DataWriter. |
| Methods inherited from class com.northconcepts.datapipeline.core.DataEndpoint |
assertNotOpened, assertOpened, close, decrementRecordCount, exception, exception, exception, finalize, getRecordCount, getRecordCountAsBigInteger, getRecordCountAsString, getState, incrementRecordCount, isClosed, isOpen, isRecordCountBigInteger, open, resetRecordCount, toString |
NullWriter
public NullWriter()
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-2009 North Concepts Inc. All Rights Reserved.