org.autoplot.binarydatasource.BinaryDataSource

BinaryDataSource returns data backed by binary data files. Data is downloaded using the usual mechanisms, then mapped into memory using Java NIO, and presented as a QDataSet using BufferDataSet.

BinaryDataSource( java.net.URI uri )


getDataSet

getDataSet( ProgressMonitor mon ) → QDataSet

Parameters

mon - a ProgressMonitor

Returns:

org.das2.qds.QDataSet

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


parseRecFormat

parseRecFormat( String recFormat ) → Object

returns [ int[] offsets, Object[] types, Integer count, Integer recSizeBytes ].

Parameters

recFormat - a String

Returns:

a java.lang.Object[]

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