entagged.audioformats.asf.io
Class EncodingChunkReader
java.lang.Object
entagged.audioformats.asf.io.EncodingChunkReader
public class EncodingChunkReader
- extends Object
This class reads the chunk containing encoding data
Warning:
Implementation is not completed. More analysis of this chunk is needed.
- Author:
- Christian Laireiter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncodingChunkReader
protected EncodingChunkReader()
- Should not be used for now.
read
public static EncodingChunk read(RandomAccessFile raf,
Chunk candidate)
throws IOException
- This reads the current data and interprets it as an encoding chunk.
Warning:
Implementation is not completed. More analysis of this chunk is needed.
- Parameters:
raf
- Input sourcecandidate
- Chunk which possibly contains encoding data.
- Returns:
- Encoding info.
null
if its not a valid encoding
chunk.
- Throws:
IOException
- read errors.
Copyright © 2007-2008. All Rights Reserved.