org.das2.qds.LongWriteAccess
Provide write access to the long array which backs the data.
 For example, this could be used with LongDataSet to 
 provide access to the original TT2000 values of a 
 CDF file.
putLValue
putLValue( long value ) → void
Parameters
value - a long
Returns:
void (returns nothing)
[search for examples]
 [view on GitHub]
 [view on old javadoc]
 [view source]
putLValue( int i0, long value ) → void  [view source]
putLValue( int i0, int i1, long value ) → void  [view source]
putLValue( int i0, int i1, int i2, long value ) → void  [view source]
putLValue( int i0, int i1, int i2, int i3, long value ) → void  [view source]