Package org.web3d.vrml.export.compressors
package org.web3d.vrml.export.compressors
-
ClassDescriptionA field compressor that just encodes the data in binary form.Pack a stream of integers of variables bits into a packed form.UnPack a stream of integers of variables bits from a packed form.Unpacks N bit codes from source bytes, provided as either an array or stream.Packs N bit codes into destination bytes, either an array or stream.A set of general tools for compression routines.All classes capable of compressing a field must implement this interfaceAll classes capable of decompressing a field must implement this interfaceCompresses float by using quanitization.Header for compressed geometry.Prototype Huffman node.Prototype Huffman node.The Limpel, Ziv, Welch (LZW) algorithm compresses any sequence of byte data.A FieldCompressor that works by compressing the range of data.Compresses a node and all its children.