|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaudiotagger.audio.asf.io.StreamChunkReader
public class StreamChunkReader
Reads and interprets the data of the audio or video stream information chunk.
Method Summary | |
---|---|
static StreamChunk |
read(java.io.RandomAccessFile raf,
Chunk candidate)
Reads audio and video stream information. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static StreamChunk read(java.io.RandomAccessFile raf, Chunk candidate) throws java.io.IOException
raf
- input source.candidate
- possible audio stream chunk
null
if its not an audio
stream object.
java.io.IOException
- read errors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |