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.
getDataSet( ProgressMonitor mon ) → QDataSet [view source]
parseRecFormat
parseRecFormat( String recFormat ) → Object[]
returns [ int[] offsets, Object[] types, Integer count, Integer recSizeBytes ].
Parameters
recFormat - a String
Returns:
an Object[]
[search for examples]
[view on GitHub]
[view on old javadoc]