|
|||||||||
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.FileOggStream
public class FileOggStream
Field Summary | |
---|---|
private java.io.FileInputStream |
fis
|
Constructor Summary | |
---|---|
FileOggStream(java.lang.String fileName)
|
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 java.io.FileInputStream fis
Constructor Detail |
---|
public FileOggStream(java.lang.String fileName) throws InvalidStreamException
InvalidStreamException
Method Detail |
---|
public void read(byte[] buf, int off, int len) throws EndOfStreamException, InvalidStreamException
read
in class OggStream
EndOfStreamException
InvalidStreamException
public void close()
close
in class OggStream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |