public class CodeBook extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CodeBook(BitInputStream source) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getDimensions() |
protected int |
getEntries() |
protected HuffmanNode |
getHuffmanRoot() |
protected int |
readInt(BitInputStream source) |
protected void |
readVvAdd(float[][] a,
BitInputStream source,
int offset,
int length) |
protected CodeBook(BitInputStream source) throws VorbisFormatException, IOException
VorbisFormatExceptionIOExceptionprotected int getDimensions()
protected int getEntries()
protected HuffmanNode getHuffmanRoot()
protected int readInt(BitInputStream source) throws IOException
IOExceptionprotected void readVvAdd(float[][] a,
BitInputStream source,
int offset,
int length)
throws VorbisFormatException,
IOException
VorbisFormatExceptionIOExceptionCopyright © 2017. All rights reserved.