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
IOException
void skipBytes(long l) throws IOException
IOException
int readFully(byte[] arr, int off, int len) throws IOException
IOException
int readVInt() throws IOException
IOException
long readVLong() throws IOException
IOException
int getVSize(long x) throws IOException
IOException
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow