public class GammaBitStreamCODEC extends BitStreamCODEC
| Constructor and Description |
|---|
GammaBitStreamCODEC() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
read(it.unimi.dsi.io.InputBitStream ibs,
int[] out,
int offset,
int len)
Reads a BitStream to an array.
|
protected void |
write(it.unimi.dsi.io.OutputBitStream obs,
int[] in,
int offset,
int len)
Write integer array to BitStream.
|
co, dec, isIntegratedadd, reset, statsprotected void write(it.unimi.dsi.io.OutputBitStream obs,
int[] in,
int offset,
int len)
throws IOException
BitStreamCODECwrite in class BitStreamCODECobs - output bit streamin - input arrayoffset - offset of arraylen - number of bytes to writeIOException - when IO errorprotected void read(it.unimi.dsi.io.InputBitStream ibs,
int[] out,
int offset,
int len)
throws IOException
BitStreamCODECread in class BitStreamCODECibs - input bit streamout - output arrayoffset - array offsetlen - number of integers to readIOException - when IO errorCopyright © 2016. All rights reserved.