Uses of Class
net.sf.jazzlib.DataFormatException
Packages that use DataFormatException
-
Uses of DataFormatException in net.sf.jazzlib
Methods in net.sf.jazzlib that throw DataFormatExceptionModifier and TypeMethodDescriptionInflaterDynHeader.buildDistTree()InflaterDynHeader.buildLitLenTree()private voidInflaterHuffmanTree.buildTree(byte[] codeLengths) private booleanInflater.decode()Decodes the deflated stream.booleanInflaterDynHeader.decode(StreamManipulator input) private booleanInflater.decodeChksum()Decodes the adler checksum after the deflate stream.private booleanInflater.decodeHeader()Decodes the deflate header.private booleanInflater.decodeHuffman()Decodes the huffman encoded symbols in the input stream.intInflaterHuffmanTree.getSymbol(StreamManipulator input) Reads the next symbol from input.intInflater.inflate(byte[] buf) Inflates the compressed stream to the output buffer.intInflater.inflate(byte[] buf, int off, int len) Inflates the compressed stream to the output buffer.Constructors in net.sf.jazzlib that throw DataFormatExceptionModifierConstructorDescriptionInflaterHuffmanTree(byte[] codeLengths) Constructs a Huffman tree from the array of code lengths.