public interface AbstractBatchDataOutputStream
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Flushes the output stream
|
void |
write(java.lang.Object record)
Writes the given record to the output stream
|
void |
writeHeader(java.lang.Object record)
Writes header data
|
void write(java.lang.Object record)
throws java.lang.Exception
record - java.lang.Exceptionvoid flush()
throws java.lang.Exception
java.lang.Exceptionvoid writeHeader(java.lang.Object record)
throws java.lang.Exception
record - java.lang.Exception