<h2>org.das2.qds.buffer.AsciiDataSet</h2><p>Sometimes you might just have numbers encoded in ASCII within a binary stream, 
 or fixed-length fields allow such parsing.  If the unit has been set to an enumeration (or nominal)
 unit, then strings can be extracted as well, but this must be done using the setUnits
 method.</p>
<h2>AsciiDataSet( int rank, int reclen, int recoffs, int len0, int len1, int len2, int len3, <a href='https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html'>java.nio.ByteBuffer</a> back, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'>Object</a> type )</h2>
<p>Like the other constructors, but the type is needed as well to get the 
 number of bytes.</p>

<hr>
<a name="putValue"></a>
<h2>putValue</h2>
putValue( double d ) &rarr; void

<p></p>

<h3>Parameters</h3>
d - a double

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=putValue&unscoped_q=putValue">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/qds/buffer/AsciiDataSet.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/qds/buffer/AsciiDataSet.html#putValue">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/AsciiDataSet.java#l100">[view source]</a>
<br>
<br>
putValue( int i0, double d ) &rarr; void<br>
putValue( int i0, int i1, double d ) &rarr; void<br>
putValue( int i0, int i1, int i2, double d ) &rarr; void<br>
putValue( int i0, int i1, int i2, int i3, double d ) &rarr; void<br>
<hr>
<a name="setLengthBytes"></a>
<h2>setLengthBytes</h2>
setLengthBytes( int length ) &rarr; void

<p></p>

<h3>Parameters</h3>
length - an int

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=setLengthBytes&unscoped_q=setLengthBytes">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/qds/buffer/AsciiDataSet.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/qds/buffer/AsciiDataSet.html#setLengthBytes">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/AsciiDataSet.java#l45">[view source]</a>
<br>
<br>
<hr>
<a name="setUnits"></a>
<h2>setUnits</h2>
setUnits( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Units.html'>Units</a> units ) &rarr; void

<p></p>

<h3>Parameters</h3>
units - an Units

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=setUnits&unscoped_q=setUnits">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/qds/buffer/AsciiDataSet.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/qds/buffer/AsciiDataSet.html#setUnits">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/AsciiDataSet.java#l49">[view source]</a>
<br>
<br>
<hr>
<a name="value"></a>
<h2>value</h2>
value(  ) &rarr; double

<p></p>

<h3>Returns:</h3>
double

<br><br>
<a href="https://github.com/autoplot/dev/search?q=value&unscoped_q=value">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/qds/buffer/AsciiDataSet.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/qds/buffer/AsciiDataSet.html#value">[view on old javadoc]</a>
 <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/QDataSet/src/org/das2/qds/buffer/AsciiDataSet.java#l70">[view source]</a>
<br>
<br>
value( int i0 ) &rarr; double<br>
value( int i0, int i1 ) &rarr; double<br>
value( int i0, int i1, int i2 ) &rarr; double<br>
value( int i0, int i1, int i2, int i3 ) &rarr; double<br>