Package cds.savot.binary
Interface SavotDataWriter
- All Superinterfaces:
AutoCloseable,Closeable,Flushable
- All Known Implementing Classes:
DataBinaryWriter
Common interface of a writer of the data of a VOTable DATA node
(whatever is its child node: FITS, BINARY or TABLEDATA).
- Since:
- 09/2011
- Author:
- Gregory Mantelet
-
Method Summary
Modifier and TypeMethodDescriptionvoidWrites the given row.voidwriteTRSet(TRSet rows) Writes the given rows.
-
Method Details
-
writeTR
Writes the given row.- Parameters:
row- Row to write.- Throws:
IOException- If there is an error while writing the given row.
-
writeTRSet
Writes the given rows.- Parameters:
rows- Rows to write.- Throws:
IOException- If there is an error while writing the given rows.
-