public class CountingDataInputStream extends DataInputStream implements CountingDataInput
in| 构造器和说明 |
|---|
CountingDataInputStream(InputStream in) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCount() |
int |
skip(int count,
boolean strict) |
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, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreadBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytespublic CountingDataInputStream(InputStream in)
public int getCount()
getCount 在接口中 CountingInputpublic int skip(int count,
boolean strict)
throws IOException
IOExceptionCopyright © 2021. All rights reserved.