<h2>org.autoplot.binarydatasource.BinaryDataSource</h2><p>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.</p> <h2>BinaryDataSource( <a href='https://docs.oracle.com/javase/8/docs/api/java/net/URI.html'>java.net.URI</a> uri )</h2> <p></p> <hr> <a name="getDataSet"></a> <h2>getDataSet</h2> getDataSet( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/util/monitor/ProgressMonitor.html'>ProgressMonitor</a> mon ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a> <p></p> <h3>Parameters</h3> mon - a ProgressMonitor <h3>Returns:</h3> org.das2.qds.QDataSet <br><br> <a href="https://github.com/autoplot/dev/search?q=getDataSet&unscoped_q=getDataSet">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/binarydatasource/BinaryDataSource.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/binarydatasource/BinaryDataSource.html#getDataSet">[view on old javadoc]</a> <br> <br> <hr> <a name="parseRecFormat"></a> <h2>parseRecFormat</h2> parseRecFormat( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> recFormat ) → <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'>Object[]</a> <p>returns [ int[] offsets, Object[] types, Integer count, Integer recSizeBytes ].</p> <h3>Parameters</h3> recFormat - a String <h3>Returns:</h3> an Object[] <br><br> <a href="https://github.com/autoplot/dev/search?q=parseRecFormat&unscoped_q=parseRecFormat">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/binarydatasource/BinaryDataSource.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/binarydatasource/BinaryDataSource.html#parseRecFormat">[view on old javadoc]</a> <br> <br>