public class RANS extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
RANS.ORDER |
Constructor | Description |
---|---|
RANS() |
Modifier and Type | Method | 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)