org.das2.qds.buffer.LongDataSet
LongDataSet( int rank, int reclen, int recoffs, int len0, int len1, int len2, int len3, java.nio.ByteBuffer back )
capability
capability( java.lang.Class clazz ) → Object
Clients should use this instead of
casting the class to the capability class.
Parameters
clazz - the class, such as WritableDataSet.class
Returns:
null or the capability if exists, such as WritableDataSet
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
putValue
putValue( double d ) → void
Parameters
d - a double
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
putValue( int i0, double d ) → void
putValue( int i0, int i1, double d ) → void
putValue( int i0, int i1, int i2, double d ) → void
putValue( int i0, int i1, int i2, int i3, double d ) → void
value
value( ) → double
Returns:
double
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
value( int i0 ) → double
value( int i0, int i1 ) → double
value( int i0, int i1, int i2 ) → double
value( int i0, int i1, int i2, int i3 ) → double