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, skipBytesavailable, close, mark, markSupported, read, reset, skippublic int getCount()
getCount in interface CountingInputpublic int skip(int count,
boolean strict)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object