|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jcraft.jogg.StreamState
Field Summary | |
(package private) int |
b_o_s
|
(package private) byte[] |
body_data
|
(package private) int |
body_fill
|
private int |
body_returned
|
(package private) int |
body_storage
|
int |
e_o_s
|
(package private) long[] |
granule_vals
|
(package private) long |
granulepos
|
(package private) byte[] |
header
|
(package private) int |
header_fill
|
(package private) int |
lacing_fill
|
(package private) int |
lacing_packet
|
(package private) int |
lacing_returned
|
(package private) int |
lacing_storage
|
(package private) int[] |
lacing_vals
|
(package private) long |
packetno
|
(package private) int |
pageno
|
(package private) int |
serialno
|
Constructor Summary | |
|
StreamState()
|
(package private) |
StreamState(int serialno)
|
Method Summary | |
(package private) void |
body_expand(int needed)
|
void |
clear()
|
(package private) void |
destroy()
|
int |
eof()
|
int |
flush(Page og)
|
(package private) void |
init()
|
void |
init(int serialno)
|
(package private) void |
lacing_expand(int needed)
|
int |
packetin(Packet op)
|
int |
packetout(Packet op)
|
int |
pagein(Page og)
|
int |
pageout(Page og)
|
int |
reset()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
byte[] body_data
int body_storage
int body_fill
private int body_returned
int[] lacing_vals
long[] granule_vals
int lacing_storage
int lacing_fill
int lacing_packet
int lacing_returned
byte[] header
int header_fill
public int e_o_s
int b_o_s
int serialno
int pageno
long packetno
long granulepos
Constructor Detail |
public StreamState()
StreamState(int serialno)
Method Detail |
void init()
public void init(int serialno)
public void clear()
void destroy()
void body_expand(int needed)
void lacing_expand(int needed)
public int packetin(Packet op)
public int packetout(Packet op)
public int pagein(Page og)
public int flush(Page og)
public int pageout(Page og)
public int eof()
public int reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |