Class DataBinaryWriter

java.lang.Object
cds.savot.binary.DataBinaryWriter
All Implemented Interfaces:
SavotDataWriter, Closeable, Flushable, AutoCloseable

public final class DataBinaryWriter extends Object implements SavotDataWriter

Lets write binary data (that is to say: a votable.resource.table.data.binary node).

NOTE: Accepted encoding algorithms are: base64, gzip or dynamic. "dynamic" encoding is accepted but no particular encoding will be applied while writing data. They will be written just in binary.

Since:
09/2011
Author:
Gregory Mantelet