|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaudiotagger.audio.asf.io.StreamBitratePropertiesReader
public class StreamBitratePropertiesReader
This class reads the chunk containing the stream bitrate properties.
Method Summary | |
---|---|
static StreamBitratePropertiesChunk |
read(java.io.RandomAccessFile raf,
Chunk candidate)
This reads the current data and interprets it as an "stream bitrate properties" chunk. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static StreamBitratePropertiesChunk read(java.io.RandomAccessFile raf, Chunk candidate) throws java.io.IOException
raf
- Input sourcecandidate
- Chunk which possibly contains encoding data.
null
if its not a
valid one. java.io.IOException
- read errors.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |