org.das2.qstream.QdsToD2sStream.QdsXferInfo

Determine and hold the information needed to transfer values out of a given QDataSet into a byte buffer. The byte order is always native endian


name

name( ) → String

Get a size independent type name

Returns:

the type with any size information stripped off

[search for examples] [view on GitHub] [view on old javadoc] [view source]


size

size( ) → int

Returns:

the size in bytes of each output value

[search for examples] [view on GitHub] [view on old javadoc] [view source]


xSliceBytes

xSliceBytes( int i ) → int

Get the number of bytes needed to hold an x-slice of a single

Parameters

i - an int

Returns:

an int

[search for examples] [view on GitHub] [view on old javadoc] [view source]


xSliceItems

xSliceItems( int i ) → int

Get the number items in a single X-axis slice of this dataset the X-axis is synonymous with the QDataSet 0th axis for now.

Parameters

i - - The X point at which to get the items

Returns:

an int

[search for examples] [view on GitHub] [view on old javadoc] [view source]