Class Encoder


  • public class Encoder
    extends Object
    • Constructor Detail

      • Encoder

        public Encoder()
    • Method Detail

      • CodeOneBlock

        public void CodeOneBlock​(long[] inSize,
                                 long[] outSize,
                                 boolean[] finished)
                          throws IOException
        Throws:
        IOException
      • SetAlgorithm

        public boolean SetAlgorithm​(int algorithm)
      • SetDictionarySize

        public boolean SetDictionarySize​(int dictionarySize)
      • SetNumFastBytes

        public boolean SetNumFastBytes​(int numFastBytes)
      • SetMatchFinder

        public boolean SetMatchFinder​(int matchFinderIndex)
      • SetLcLpPb

        public boolean SetLcLpPb​(int lc,
                                 int lp,
                                 int pb)
      • SetEndMarkerMode

        public void SetEndMarkerMode​(boolean endMarkerMode)