Package | Description |
---|---|
htsjdk.samtools.cram.encoding | |
htsjdk.samtools.cram.encoding.rans | |
htsjdk.samtools.cram.io |
Modifier and Type | Method and Description |
---|---|
static ExternalCompressor |
ExternalCompressor.createRANS(RANS.ORDER order) |
Modifier and Type | Method and Description |
---|---|
static RANS.ORDER |
RANS.ORDER.fromInt(int value) |
static RANS.ORDER |
RANS.ORDER.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RANS.ORDER[] |
RANS.ORDER.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ByteBuffer |
RANS.compress(ByteBuffer in,
RANS.ORDER order,
ByteBuffer out) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
ExternalCompression.rans(byte[] data,
RANS.ORDER order)
Compress a byte array into rANS blob.
|