<h2>org.das2.qstream.BundleStreamFormatter</h2><p>Like SimpleStreamFormatter, but this correctly handles bundles. This also shows a brute-force method for formatting streams.</p> <h2>BundleStreamFormatter( )</h2> <p></p> <hr> <a name="FORMAT_PATTERN"></a> <h2>FORMAT_PATTERN</h2> <p></p> <hr> <a name="HEX_FORMAT_PATTERN"></a> <h2>HEX_FORMAT_PATTERN</h2> <p></p> <hr> <a name="format"></a> <h2>format</h2> format( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a> ds, <a href='https://docs.oracle.com/javase/8/docs/api/java/io/OutputStream.html'>java.io.OutputStream</a> osout, boolean asciiTypes ) → void <p>format the rank 2 bundle.</p> <h3>Parameters</h3> ds - rank 2 bundle dataset. <br> osout - an OutputStream <br> asciiTypes - true if ascii types should be used. <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=format&unscoped_q=format">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/qstream/BundleStreamFormatter.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/qstream/BundleStreamFormatter.html#format">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/qstream/BundleStreamFormatter.java">[view source]</a> <br> <br> <hr> <a name="guessAsciiTransferType"></a> <h2>guessAsciiTransferType</h2> guessAsciiTransferType( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a> ds ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/qstream/TransferType.html'>org.das2.qstream.TransferType</a> <p>guess an ASCII transfer type which can accurately and efficiently represent the data in the dataset. If the format property is found, then a TransferType based on the format is used.</p> <h3>Parameters</h3> ds - the dataset <h3>Returns:</h3> the transfer type. <br><br> <a href="https://github.com/autoplot/dev/search?q=guessAsciiTransferType&unscoped_q=guessAsciiTransferType">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/qstream/BundleStreamFormatter.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/qstream/BundleStreamFormatter.html#guessAsciiTransferType">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/qstream/BundleStreamFormatter.java">[view source]</a> <br> <br>