biniu.ogg
public class Buffer extends Object
Title: Ogg Stream
Description:
| Field Summary | |
|---|---|
| byte[] | buffer |
| int | endBit |
| int | endByte |
| int | storage |
| Constructor Summary | |
|---|---|
| Buffer() | |
| Method Summary | |
|---|---|
| void | adv(int bits) |
| void | adv1() |
| int | getBits() |
| int | getBytes() |
| int | look(int bits) |
| int | look1() |
| void | read(byte[] s, int bytes) |
| int | read(int bits) |
| int | read1() |
| int | readB(int bits) |
| void | readInit(byte[] buf, int bytes) |
| void | readInit(byte[] buf, int start, int bytes) |
| void | reset() |
| void | write(byte[] s) |
| void | write(int value, int bits) |
| void | writeClear() |
| void | writeInit() |
| void | writetrUnc(int bits) |