public interface ExtendedDataInput extends DataInput
Modifier and Type | Method and Description |
---|---|
int |
available()
How many bytes are available?
|
boolean |
endOfInput()
Check if we read everything from the input
|
int |
getPos()
Get the position of what has been read
|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
int getPos()
int available()
boolean endOfInput()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.