org.autoplot.hapiserver.BinaryDataFormatter

Format to binary types. Note that TransferTypes use doubles to communicate, so floating point numbers may not format precisely.

BinaryDataFormatter( )


finalize

finalize( java.io.OutputStream out ) → void

perform any final operations to the stream. This DOES NOT close the stream!

Parameters

out - an OutputStream

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]

initialize( JSONObject info, java.io.OutputStream out, QDataSet record ) → void [view source]
sendRecord( java.io.OutputStream out, QDataSet record ) → void [view source]