public interface ReadStrategy
| Modifier and Type | Method and Description |
|---|---|
int |
readInt(byte[] buf,
int start_idx) |
int |
readInt(java.io.InputStream is) |
long |
readLong(byte[] buf,
int start_idx) |
long |
readLong(java.io.InputStream is) |
float |
readS15Fixed16Number(byte[] buf,
int start_idx) |
float |
readS15Fixed16Number(java.io.InputStream is) |
short |
readShort(byte[] buf,
int start_idx) |
short |
readShort(java.io.InputStream is) |
float |
readU16Fixed16Number(byte[] buf,
int start_idx) |
float |
readU16Fixed16Number(java.io.InputStream is) |
float |
readU8Fixed8Number(byte[] buf,
int start_idx) |
float |
readU8Fixed8Number(java.io.InputStream is) |
long |
readUnsignedInt(byte[] buf,
int start_idx) |
long |
readUnsignedInt(java.io.InputStream is) |
int |
readUnsignedShort(byte[] buf,
int start_idx) |
int |
readUnsignedShort(java.io.InputStream is) |
int readInt(byte[] buf,
int start_idx)
int readInt(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionlong readLong(byte[] buf,
int start_idx)
long readLong(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionfloat readS15Fixed16Number(byte[] buf,
int start_idx)
float readS15Fixed16Number(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionshort readShort(byte[] buf,
int start_idx)
short readShort(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionfloat readU16Fixed16Number(byte[] buf,
int start_idx)
float readU16Fixed16Number(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionfloat readU8Fixed8Number(byte[] buf,
int start_idx)
float readU8Fixed8Number(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionlong readUnsignedInt(byte[] buf,
int start_idx)
long readUnsignedInt(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionint readUnsignedShort(byte[] buf,
int start_idx)
int readUnsignedShort(java.io.InputStream is)
throws java.io.IOException
java.io.IOException