Uses of Interface
cz.cuni.jagrlib.iface.EntropyCodec

Packages that use EntropyCodec
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of EntropyCodec in cz.cuni.jagrlib
 

Methods in cz.cuni.jagrlib with parameters of type EntropyCodec
static boolean DefaultFileFormat.readParameters(EntropyCodec codec, java.lang.Object instance)
          Reads and sets binary parameters to the given module instance.
static int DefaultFileFormat.readUnsigned16(EntropyCodec codec)
          Reads 16-bit unsigned integer from the given codec stream (big endian).
static void DefaultFileFormat.writeParameters(EntropyCodec codec, java.lang.Object instance)
          Writes binary parameters of the given module instance.
static void DefaultFileFormat.writeUnsigned16(EntropyCodec codec, int data)
          Stores the given 16-bit unsigned integer in big-endian order.
 

Uses of EntropyCodec in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement EntropyCodec
 class ArithmeticCodec
          Arithmetic codec.
 class HuffmanCodec
          Adaptive Huffman codec.
 class LZWCodec
          LZW codec.
 class ZLIBCodec
          ZLIB codec.
 

Fields in cz.cuni.jagrlib.piece declared as EntropyCodec
protected  EntropyCodec FractalCompressionQtree.codec
          Accelerator: entropy codec.
protected  EntropyCodec ZigZagCodec.codec
          Actual entropy codec (accelerator).