public abstract class DataInputInputStream extends InputStream implements DataInput
| 构造器和说明 |
|---|
DataInputInputStream() |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteBuffer |
readDirectByteBuffer(int sz)
If possible, read ByteBuffer directly from the underlying buffer
|
available, close, mark, markSupported, read, read, read, reset, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytespublic ByteBuffer readDirectByteBuffer(int sz)
sz - the size of the buffer to be readCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.