public interface IBitStream
Modifier and Type | Method and Description |
---|---|
void |
byteAlign() |
void |
destroy() |
int |
getBitsLeft() |
int |
getPosition() |
int |
maskBits(int n) |
int |
peekBit() |
int |
peekBits(int n) |
int |
readBit() |
int |
readBits(int n) |
boolean |
readBool() |
void |
reset() |
void |
setData(byte[] data) |
void |
skipBit() |
void |
skipBits(int n) |
void destroy()
void setData(byte[] data)
void byteAlign() throws AACException
AACException
void reset()
int getPosition()
int getBitsLeft()
int readBits(int n) throws AACException
AACException
int readBit() throws AACException
AACException
boolean readBool() throws AACException
AACException
int peekBits(int n) throws AACException
AACException
int peekBit() throws AACException
AACException
void skipBits(int n) throws AACException
AACException
void skipBit() throws AACException
AACException
int maskBits(int n)
Copyright © 2019. All rights reserved.