public class HCompress extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BITS_OF_1_BYTE |
protected static int |
BITS_OF_1_NYBBLE |
protected static int |
BYTE_MASK |
protected static int |
NYBBLE_MASK |
protected static double |
ROUNDING_HALF |
| Constructor and Description |
|---|
HCompress() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
compress(long[] aa,
int ny,
int nx,
int scale,
ByteBuffer output) |
protected static final double ROUNDING_HALF
protected static final int BITS_OF_1_BYTE
protected static final int BITS_OF_1_NYBBLE
protected static final int BYTE_MASK
protected static final int NYBBLE_MASK
protected void compress(long[] aa,
int ny,
int nx,
int scale,
ByteBuffer output)
Copyright © 1996–2018 nom-tam-fits. All rights reserved.