public static interface DataIO.DataInputInternal extends DataInput, Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getPos() |
byte[] |
internalByteArray() |
ByteBuffer |
internalByteBuffer() |
void |
setPos(int pos) |
int |
unpackInt() |
void |
unpackIntArray(int[] ret,
int i,
int len) |
long |
unpackLong() |
void |
unpackLongArray(long[] ret,
int i,
int len) |
long[] |
unpackLongArrayDeltaCompression(int size) |
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesint getPos()
void setPos(int pos)
byte[] internalByteArray()
byte[] or null if it does not existByteBuffer internalByteBuffer()
ByteBuffer or null if it does not existvoid close()
close in interface AutoCloseableclose in interface Closeablelong unpackLong()
throws IOException
IOExceptionint unpackInt()
throws IOException
IOExceptionlong[] unpackLongArrayDeltaCompression(int size)
throws IOException
IOExceptionvoid unpackLongArray(long[] ret,
int i,
int len)
void unpackIntArray(int[] ret,
int i,
int len)
Copyright © 2015. All Rights Reserved.