Class GZipCompressor.ByteGZipCompressor

  • All Implemented Interfaces:
    ICompressor<java.nio.ByteBuffer>
    Direct Known Subclasses:
    GZip2Compressor.ByteGZip2Compressor
    Enclosing class:
    GZipCompressor<T extends java.nio.Buffer>

    public static class GZipCompressor.ByteGZipCompressor
    extends GZipCompressor<java.nio.ByteBuffer>
    Byte compress is a special case, the only one that does not extends GZipCompress because it can write the buffer directly.
    • Constructor Detail

      • ByteGZipCompressor

        public ByteGZipCompressor()
    • Method Detail

      • getPixel

        protected void getPixel​(java.nio.ByteBuffer pixelData,
                                byte[] pixelBytes)
        Specified by:
        getPixel in class GZipCompressor<java.nio.ByteBuffer>
      • setPixel

        protected void setPixel​(java.nio.ByteBuffer pixelData,
                                byte[] pixelBytes)
        Specified by:
        setPixel in class GZipCompressor<java.nio.ByteBuffer>