public class BitsBuffer extends Object
Constructor and Description |
---|
BitsBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
concatBits(BitsBuffer a) |
boolean |
flushBits(int bits) |
int |
getBit() |
int |
getBits(int n) |
int |
getLength() |
void |
readSegment(int segwidth,
IBitStream _in) |
void |
rewindReverse() |
int |
showBits(int bits) |
public int getLength()
public int showBits(int bits)
public boolean flushBits(int bits)
public int getBits(int n)
public int getBit()
public void rewindReverse()
public void concatBits(BitsBuffer a)
public void readSegment(int segwidth, IBitStream _in) throws AACException
AACException
Copyright © 2019. All rights reserved.