|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaudiotagger.audio.asf.io.EncodingChunkReader
public class EncodingChunkReader
This class reads the chunk containing encoding data
Warning:
Implementation is not completed. More analysis of this chunk is needed.
Method Summary | |
---|---|
static EncodingChunk |
read(java.io.RandomAccessFile raf,
Chunk candidate)
This reads the current data and interprets it as an encoding chunk. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static EncodingChunk 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 encoding
chunk. java.io.IOException
- read errors.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |