class HuffmanCodec.Decoder extends Object
Modifier and Type | Field and Description |
---|---|
HuffmanCodec.Decoder[] |
branch |
private int |
leafValue |
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(loci.common.RandomAccessInputStream bb) |
public HuffmanCodec.Decoder[] branch
private int leafValue
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(loci.common.RandomAccessInputStream bb) throws IOException
IOException
Copyright © 2017 Open Microscopy Environment