class HuffmanCodec.Decoder extends Object
| Modifier and Type | Field and Description | 
|---|---|
HuffmanCodec.Decoder[] | 
branch  | 
private int | 
leafValue  | 
| Constructor and Description | 
|---|
HuffmanCodec.Decoder()  | 
HuffmanCodec.Decoder(short[] source)  | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
createDecoder(HuffmanCodec.Decoder dest,
             short[] source,
             int start,
             int level)  | 
private HuffmanCodec.Decoder | 
createDecoder(short[] source,
             int start,
             int level)  | 
int | 
decode(RandomAccessInputStream bb)  | 
public HuffmanCodec.Decoder[] branch
private int leafValue
public HuffmanCodec.Decoder()
public HuffmanCodec.Decoder(short[] source)
private HuffmanCodec.Decoder createDecoder(short[] source, int start, int level)
private void createDecoder(HuffmanCodec.Decoder dest, short[] source, int start, int level)
public int decode(RandomAccessInputStream bb) throws IOException
IOExceptionCopyright © 2016 Open Microscopy Environment