|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FixedField
behavior of a field at a fixed location within a byte array
Method Summary | |
---|---|
void |
readFromBytes(byte[] data)
set the value from its offset into an array of bytes |
void |
readFromStream(java.io.InputStream stream)
set the value from an InputStream |
java.lang.String |
toString()
return the value as a String |
void |
writeToBytes(byte[] data)
write the value out to an array of bytes at the appropriate offset |
Method Detail |
---|
void readFromBytes(byte[] data) throws java.lang.ArrayIndexOutOfBoundsException
data
- the byte array from which the value is to be read
java.lang.ArrayIndexOutOfBoundsException
- if the offset is out
of the array's valid index rangevoid readFromStream(java.io.InputStream stream) throws java.io.IOException
stream
- the InputStream from which the value is to be
read
LittleEndian.BufferUnderrunException
- if there is not enough data
available from the InputStream
java.io.IOException
- if an IOException is thrown from reading
the InputStreamvoid writeToBytes(byte[] data) throws java.lang.ArrayIndexOutOfBoundsException
data
- the array of bytes to which the value is to be
written
java.lang.ArrayIndexOutOfBoundsException
- if the offset is out
of the array's valid index rangejava.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |