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