public interface ExtendedDataInput extends DataInput, Closeable
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
Bytes |
readBytes() |
String |
readString() |
Bytes |
readTemporaryBytes() |
int |
readVInt() |
long |
readVLong() |
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesint read() throws IOException
IOExceptionint readVInt()
throws IOException
IOExceptionlong readVLong()
throws IOException
IOExceptionString readString() throws IOException
IOExceptionBytes readBytes() throws IOException
IOExceptionBytes readTemporaryBytes() throws IOException
IOExceptionCopyright © 2017. All rights reserved.