public class RANS extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RANS.ORDER |
| Constructor and Description |
|---|
RANS() |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
compress(ByteBuffer in,
RANS.ORDER order,
ByteBuffer out) |
static ByteBuffer |
uncompress(ByteBuffer in,
ByteBuffer out) |
public static ByteBuffer uncompress(ByteBuffer in, ByteBuffer out)
public static ByteBuffer compress(ByteBuffer in, RANS.ORDER order, ByteBuffer out)