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.IOException
long readLong(byte[] buf, int start_idx)
long readLong(java.io.InputStream is) throws java.io.IOException
java.io.IOException
float readS15Fixed16Number(byte[] buf, int start_idx)
float readS15Fixed16Number(java.io.InputStream is) throws java.io.IOException
java.io.IOException
short readShort(byte[] buf, int start_idx)
short readShort(java.io.InputStream is) throws java.io.IOException
java.io.IOException
float readU16Fixed16Number(byte[] buf, int start_idx)
float readU16Fixed16Number(java.io.InputStream is) throws java.io.IOException
java.io.IOException
float readU8Fixed8Number(byte[] buf, int start_idx)
float readU8Fixed8Number(java.io.InputStream is) throws java.io.IOException
java.io.IOException
long readUnsignedInt(byte[] buf, int start_idx)
long readUnsignedInt(java.io.InputStream is) throws java.io.IOException
java.io.IOException
int readUnsignedShort(byte[] buf, int start_idx)
int readUnsignedShort(java.io.InputStream is) throws java.io.IOException
java.io.IOException