public class PositioningDataInputStream extends Object
Constructor and Description |
---|
PositioningDataInputStream(InputStream is) |
Modifier and Type | Method and Description |
---|---|
void |
read(long pos,
byte[] dest,
int off,
int len) |
void |
readDouble(long pos,
double[] dest,
int off,
int len) |
void |
readFloat(long pos,
float[] dest,
int off,
int len) |
void |
readInt(long pos,
int[] dest,
int off,
int len) |
void |
readLong(long pos,
long[] dest,
int off,
int len) |
void |
readShort(long pos,
short[] dest,
int off,
int len) |
public PositioningDataInputStream(InputStream is)
public void read(long pos, byte[] dest, int off, int len) throws IOException
IOException
public void readShort(long pos, short[] dest, int off, int len) throws IOException
IOException
public void readInt(long pos, int[] dest, int off, int len) throws IOException
IOException
public void readLong(long pos, long[] dest, int off, int len) throws IOException
IOException
public void readFloat(long pos, float[] dest, int off, int len) throws IOException
IOException
public void readDouble(long pos, double[] dest, int off, int len) throws IOException
IOException