public abstract class DataInputInputStream extends InputStream implements DataInput
Constructor and Description |
---|
DataInputInputStream() |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
readDirectByteBuffer(int sz)
If possible, read ByteBuffer directly from the underlying buffer
|
available, close, mark, markSupported, read, read, read, reset, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
public ByteBuffer readDirectByteBuffer(int sz)
sz
- the size of the buffer to be readCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.