public class ExtendedDataInputStream extends DataInputStream implements ExtendedDataInput
in| Constructor and Description |
|---|
ExtendedDataInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
Bytes |
readBytes() |
String |
readString() |
Bytes |
readTemporaryBytes() |
int |
readVInt() |
long |
readVLong() |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, close, mark, markSupported, 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 ExtendedDataInputStream(InputStream in)
public int read()
throws IOException
read in interface ExtendedDataInputread in class FilterInputStreamIOExceptionpublic int readVInt()
throws IOException
readVInt in interface ExtendedDataInputIOExceptionpublic long readVLong()
throws IOException
readVLong in interface ExtendedDataInputIOExceptionpublic String readString() throws IOException
readString in interface ExtendedDataInputIOExceptionpublic Bytes readBytes() throws IOException
readBytes in interface ExtendedDataInputIOExceptionpublic Bytes readTemporaryBytes() throws IOException
readTemporaryBytes in interface ExtendedDataInputIOExceptionCopyright © 2017. All rights reserved.