Package ucar.unidata.io
Class PositioningDataInputStream
java.lang.Object
ucar.unidata.io.PositioningDataInputStream
Deprecated.
not part of public API.
Similar to a DataInputStream that keeps track of position.
position must always increase, no going backwards.
cant handle byte order yet - assume big endian(?).
- Since:
- Jan 3, 2008
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidread(long pos, byte[] dest, int off, int len) Deprecated.voidreadDouble(long pos, double[] dest, int off, int len) Deprecated.voidreadFloat(long pos, float[] dest, int off, int len) Deprecated.voidreadInt(long pos, int[] dest, int off, int len) Deprecated.voidreadLong(long pos, long[] dest, int off, int len) Deprecated.voidreadShort(long pos, short[] dest, int off, int len) Deprecated.
-
Constructor Details
-
PositioningDataInputStream
Deprecated.
-
-
Method Details
-
read
Deprecated.- Throws:
IOException
-
readShort
Deprecated.- Throws:
IOException
-
readInt
Deprecated.- Throws:
IOException
-
readLong
Deprecated.- Throws:
IOException
-
readFloat
Deprecated.- Throws:
IOException
-
readDouble
Deprecated.- Throws:
IOException
-