public interface ByteIn
BitIn| Modifier and Type | Field and Description |
|---|---|
static String |
USUAL_EXTENSION
file extension
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getByteOffset()
Returns the byte offset of the stream.
|
int |
getVSize(long x) |
int |
readFully(byte[] arr,
int off,
int len) |
int |
readVInt() |
long |
readVLong() |
void |
skipBytes(long l) |
static final String USUAL_EXTENSION
long getByteOffset()
void close()
throws IOException
IOExceptionvoid skipBytes(long l)
throws IOException
IOExceptionint readFully(byte[] arr,
int off,
int len)
throws IOException
IOExceptionint readVInt()
throws IOException
IOExceptionlong readVLong()
throws IOException
IOExceptionint getVSize(long x)
throws IOException
IOExceptionTerrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow