com.northconcepts.datapipeline.rtf
Class RtfWriter
java.lang.Object
com.northconcepts.datapipeline.core.DataEndpoint
com.northconcepts.datapipeline.core.DataWriter
com.northconcepts.datapipeline.core.AbstractWriter
com.northconcepts.datapipeline.core.BinaryWriter
com.northconcepts.datapipeline.rtf.RtfWriter
public class RtfWriter
- extends BinaryWriter
Writes records to an RTF document stream.
|
Method Summary |
void |
close()
Indicates that this endpoint has finished reading or writing. |
void |
open()
Makes this endpoint ready for reading or writing. |
protected void |
writeRecord(Record record)
|
| Methods inherited from class com.northconcepts.datapipeline.core.DataEndpoint |
assertNotOpened, assertOpened, decrementRecordCount, exception, exception, exception, finalize, getDescription, getRecordCount, getRecordCountAsBigInteger, getRecordCountAsString, getState, incrementRecordCount, isClosed, isOpen, isRecordCountBigInteger, resetRecordCount, setDescription, toString |
RtfWriter
public RtfWriter(File file)
RtfWriter
public RtfWriter(OutputStream outputStream)
open
public void open()
- Description copied from class:
DataEndpoint
- Makes this endpoint ready for reading or writing.
- Overrides:
open in class AbstractWriter
close
public void close()
- Description copied from class:
DataEndpoint
- Indicates that this endpoint has finished reading or writing.
- Overrides:
close in class BinaryWriter
writeRecord
protected void writeRecord(Record record)
throws Throwable
- Specified by:
writeRecord in class AbstractWriter
- Throws:
Throwable
Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.