|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WVChunkedRandomAccessFile
WVChunkedRandomAccessFile allows one to playback local content while substituting the default file access mechanism (RandomAccessFile) with a custom file access mechanism. This new mechanism has at a minimum to conform to the WVChunkedRandomAccessFile interface.
Method Summary | |
---|---|
long |
length()
|
int |
read(byte[] buffer)
|
void |
seek(long pos)
|
Method Detail |
---|
void seek(long pos)
int read(byte[] buffer)
long length()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |