public static class GZipCompressor.IntGZipCompressor extends GZipCompressor<java.nio.IntBuffer>
GZipCompressor.ByteGZipCompressor, GZipCompressor.DoubleGZipCompressor, GZipCompressor.FloatGZipCompressor, GZipCompressor.IntGZipCompressor, GZipCompressor.LongGZipCompressor, GZipCompressor.ShortGZipCompressor| Modifier and Type | Field and Description |
|---|---|
protected static int |
BYTE_SIZE_OF_INT |
buffer, nioBuffer, primitiveSize| Constructor and Description |
|---|
IntGZipCompressor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
getPixel(java.nio.IntBuffer pixelData,
byte[] pixelBytes) |
protected void |
setPixel(java.nio.IntBuffer pixelData,
byte[] pixelBytes) |
compress, createGZipInputStream, createGZipOutputStream, decompressprotected static final int BYTE_SIZE_OF_INT
protected void getPixel(java.nio.IntBuffer pixelData,
byte[] pixelBytes)
getPixel in class GZipCompressor<java.nio.IntBuffer>protected void setPixel(java.nio.IntBuffer pixelData,
byte[] pixelBytes)
setPixel in class GZipCompressor<java.nio.IntBuffer>