public interface CollectionData
Modifier and Type | Method and Description |
---|---|
void |
flush() |
byte |
getByte(int index) |
CompoundData |
getCompound(int index) |
DataContext |
getContext() |
double |
getDouble(int index) |
int |
getElementCount() |
float |
getFloat(int index) |
int |
getInt(int index) |
long |
getLong(int index) |
CollectionData |
getParent() |
long |
getPosition() |
SequenceData |
getSequence(int index) |
short |
getShort(int index) |
long |
getSize() |
CollectionType |
getType() |
int |
getUByte(int index) |
long |
getUInt(int index) |
int |
getUShort(int index) |
void |
resolveSize() |
void |
setByte(int index,
byte value) |
void |
setDouble(int index,
double value) |
void |
setFloat(int index,
float value) |
void |
setInt(int index,
int value) |
void |
setLong(int index,
long value) |
void |
setShort(int index,
short value) |
void |
setUByte(int index,
int value) |
void |
setUInt(int index,
long value) |
void |
setUShort(int index,
int value) |
CollectionType getType()
void resolveSize() throws IOException
IOException
DataContext getContext()
CollectionData getParent()
long getPosition()
long getSize()
int getElementCount()
byte getByte(int index) throws IOException
IOException
void setByte(int index, byte value) throws IOException
IOException
int getUByte(int index) throws IOException
IOException
void setUByte(int index, int value) throws IOException
IOException
short getShort(int index) throws IOException
IOException
void setShort(int index, short value) throws IOException
IOException
int getUShort(int index) throws IOException
IOException
void setUShort(int index, int value) throws IOException
IOException
int getInt(int index) throws IOException
IOException
void setInt(int index, int value) throws IOException
IOException
long getUInt(int index) throws IOException
IOException
void setUInt(int index, long value) throws IOException
IOException
long getLong(int index) throws IOException
IOException
void setLong(int index, long value) throws IOException
IOException
float getFloat(int index) throws IOException
IOException
void setFloat(int index, float value) throws IOException
IOException
double getDouble(int index) throws IOException
IOException
void setDouble(int index, double value) throws IOException
IOException
SequenceData getSequence(int index) throws IOException
IOException
CompoundData getCompound(int index) throws IOException
IOException
void flush() throws IOException
IOException
Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.