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
IOExceptionpublic void readShort(long pos,
short[] dest,
int off,
int len)
throws IOException
IOExceptionpublic void readInt(long pos,
int[] dest,
int off,
int len)
throws IOException
IOExceptionpublic void readLong(long pos,
long[] dest,
int off,
int len)
throws IOException
IOExceptionpublic void readFloat(long pos,
float[] dest,
int off,
int len)
throws IOException
IOExceptionpublic void readDouble(long pos,
double[] dest,
int off,
int len)
throws IOException
IOException