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
AACExceptionvoid reset()
int getPosition()
int getBitsLeft()
int readBits(int n)
throws AACException
AACExceptionint readBit()
throws AACException
AACExceptionboolean readBool()
throws AACException
AACExceptionint peekBits(int n)
throws AACException
AACExceptionint peekBit()
throws AACException
AACExceptionvoid skipBits(int n)
throws AACException
AACExceptionvoid skipBit()
throws AACException
AACExceptionint maskBits(int n)
Copyright © 2019. All rights reserved.