protected static class QdsToD2sStream.QdsXferInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name()
Get a size independent type name
|
int |
size() |
int |
xSliceBytes(int i)
Get the number of bytes needed to hold an x-slice of a single
|
int |
xSliceItems(int i)
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.
|
public java.lang.String name()
public int size()
public int xSliceItems(int i) throws java.io.IOException
i
- - The X point at which to get the itemsjava.io.IOException
public int xSliceBytes(int i) throws java.io.IOException
i
- java.io.IOException