public interface CompoundData extends CollectionData
| Modifier and Type | Method and Description |
|---|---|
byte |
getByte(String name) |
CompoundData |
getCompound(String name) |
CompoundType |
getCompoundType()
Deprecated.
since ceres 0.10; use
getType() instead. |
double |
getDouble(String name) |
float |
getFloat(String name) |
int |
getInt(String name) |
long |
getLong(String name) |
int |
getMemberCount() |
int |
getMemberIndex(String name) |
SequenceData |
getSequence(String name) |
short |
getShort(String name) |
CompoundType |
getType() |
int |
getUByte(String name) |
long |
getUInt(String name) |
int |
getUShort(String name) |
void |
setByte(String name,
byte value) |
void |
setDouble(String name,
double value) |
void |
setFloat(String name,
float value) |
void |
setInt(String name,
int value) |
void |
setLong(String name,
long value) |
void |
setShort(String name,
short value) |
void |
setUByte(String name,
int value) |
void |
setUInt(String name,
long value) |
void |
setUShort(String name,
int value) |
flush, getByte, getCompound, getContext, getDouble, getElementCount, getFloat, getInt, getLong, getParent, getPosition, getSequence, getShort, getSize, getUByte, getUInt, getUShort, resolveSize, setByte, setDouble, setFloat, setInt, setLong, setShort, setUByte, setUInt, setUShortCompoundType getType()
getType in interface CollectionData@Deprecated CompoundType getCompoundType()
getType() instead.int getMemberCount()
int getMemberIndex(String name)
byte getByte(String name) throws IOException
IOExceptionvoid setByte(String name, byte value) throws IOException
IOExceptionint getUByte(String name) throws IOException
IOExceptionvoid setUByte(String name, int value) throws IOException
IOExceptionshort getShort(String name) throws IOException
IOExceptionvoid setShort(String name, short value) throws IOException
IOExceptionint getUShort(String name) throws IOException
IOExceptionvoid setUShort(String name, int value) throws IOException
IOExceptionint getInt(String name) throws IOException
IOExceptionvoid setInt(String name, int value) throws IOException
IOExceptionlong getUInt(String name) throws IOException
IOExceptionvoid setUInt(String name, long value) throws IOException
IOExceptionlong getLong(String name) throws IOException
IOExceptionvoid setLong(String name, long value) throws IOException
IOExceptionfloat getFloat(String name) throws IOException
IOExceptionvoid setFloat(String name, float value) throws IOException
IOExceptiondouble getDouble(String name) throws IOException
IOExceptionvoid setDouble(String name, double value) throws IOException
IOExceptionSequenceData getSequence(String name) throws IOException
IOExceptionCompoundData getCompound(String name) throws IOException
IOExceptionCopyright © 2014–2022 European Space Agency (ESA). All rights reserved.