|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.cam.acr31.oggdecoder.OggStream
uk.ac.cam.acr31.oggdecoder.ByteArrayOggStream
public class ByteArrayOggStream
| Field Summary | |
|---|---|
private byte[] |
data
|
private int |
position
|
| Constructor Summary | |
|---|---|
ByteArrayOggStream(byte[] data)
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
read(byte[] buf,
int off,
int len)
|
| Methods inherited from class uk.ac.cam.acr31.oggdecoder.OggStream |
|---|
advance, read16, read32, read64, read8 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private byte[] data
private int position
| Constructor Detail |
|---|
public ByteArrayOggStream(byte[] data)
| Method Detail |
|---|
public void read(byte[] buf,
int off,
int len)
throws EndOfStreamException
read in class OggStreamEndOfStreamExceptionpublic void close()
close in class OggStream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||