public interface ByteOut extends Closeable
BitOut
Modifier and Type | Method and Description |
---|---|
long |
getByteOffset()
Returns the byte offset of the stream.
|
int |
getVSize(long x) |
int |
write(byte[] arr,
int off,
int len) |
int |
writeVInt(int x) |
int |
writeVLong(long x) |
long getByteOffset()
int write(byte[] arr, int off, int len) throws IOException
IOException
int writeVInt(int x) throws IOException
IOException
int writeVLong(long x) throws IOException
IOException
int getVSize(long x)
Terrier 4.0. Copyright © 2004-2014 University of Glasgow