public static class PLIOCompress.IntPLIOCompressor extends PLIOCompress implements ICompressor<IntBuffer>
PLIOCompress.BytePLIOCompressor, PLIOCompress.IntPLIOCompressor, PLIOCompress.ShortPLIOCompressor| Constructor and Description |
|---|
IntPLIOCompressor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compress(IntBuffer buffer,
ByteBuffer compressed)
compress the buffer into the byte buffer.
|
void |
decompress(ByteBuffer compressed,
IntBuffer buffer)
Decompress the byte buffer and restore the buffer from it, again enough
space must already be allocated.
|
protected int |
nextPixel() |
protected void |
put(int index,
int pixel) |
compress, decompresspublic boolean compress(IntBuffer buffer, ByteBuffer compressed)
ICompressorcompress in interface ICompressor<IntBuffer>buffer - the buffer to compress.compressed - the compressed datapublic void decompress(ByteBuffer compressed, IntBuffer buffer)
ICompressordecompress in interface ICompressor<IntBuffer>compressed - the compressed databuffer - the buffer to fill with the uncompressed data.protected int nextPixel()
nextPixel in class PLIOCompressprotected void put(int index,
int pixel)
put in class PLIOCompressCopyright © 1996–2018 nom-tam-fits. All rights reserved.