java.lang.AutoCloseable
, java.io.Closeable
, java.io.Flushable
DataBinaryWriter
public interface SavotDataWriter
extends java.io.Closeable, java.io.Flushable
Modifier and Type | Method | Description |
---|---|---|
void |
writeTR(SavotTR row) |
Writes the given row.
|
void |
writeTRSet(TRSet rows) |
Writes the given rows.
|
void writeTR(SavotTR row) throws java.io.IOException
row
- Row to write.java.io.IOException
- If there is an error while writing the given row.void writeTRSet(TRSet rows) throws java.io.IOException
rows
- Rows to write.java.io.IOException
- If there is an error while writing the given rows.