Uses of Class
streams.utils.ByteInfoSH

Packages that use ByteInfoSH
streams   
streams.utils   
 

Uses of ByteInfoSH in streams
 

Methods in streams that return ByteInfoSH
protected static ByteInfoSH SHOutputStream.buildHuffmanTree(ByteInfoSH[] byteTable)
           
 

Methods in streams with parameters of type ByteInfoSH
protected static ByteInfoSH SHOutputStream.buildHuffmanTree(ByteInfoSH[] byteTable)
           
 

Uses of ByteInfoSH in streams.utils
 

Methods in streams.utils that return ByteInfoSH
 ByteInfoSH ByteInfoSH.getNext(boolean bit)
          Dalsi uzel pri prochazeni kodovym stromem.
 

Methods in streams.utils with parameters of type ByteInfoSH
 void ByteInfoSH.setSubnodes(ByteInfoSH zero, ByteInfoSH one)
          nastaveni potomku
 

Constructors in streams.utils with parameters of type ByteInfoSH
ByteInfoSH(ByteInfoSH zero, ByteInfoSH one)
          Vytvori uzel se dvema potomky.