public class CountingDataInputStream extends java.io.DataInputStream implements CountingDataInput
Constructor and Description |
---|
CountingDataInputStream(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
int |
skip(int count,
boolean strict) |
java.lang.String |
toString() |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
available, close, mark, markSupported, read, reset, skip
public int getCount()
getCount
in interface CountingInput
public int skip(int count, boolean strict) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object