Uses of Class
net.sf.jazzlib.DataFormatException

Packages that use DataFormatException
net.sf.jazzlib   
 

Uses of DataFormatException in net.sf.jazzlib
 

Methods in net.sf.jazzlib that throw DataFormatException
 int InflaterHuffmanTree.getSymbol(net.sf.jazzlib.StreamManipulator input)
          Reads the next symbol from input.
 int Inflater.inflate(byte[] buf)
          Inflates the compressed stream to the output buffer.
 int Inflater.inflate(byte[] buf, int off, int len)
          Inflates the compressed stream to the output buffer.
 

Constructors in net.sf.jazzlib that throw DataFormatException
InflaterHuffmanTree(byte[] codeLengths)
          Constructs a Huffman tree from the array of code lengths.