entagged.audioformats.asf.io
Class EncodingChunkReader

java.lang.Object
  extended by 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

Constructor Summary
protected EncodingChunkReader()
          Should not be used for now.
 
Method Summary
static EncodingChunk read(RandomAccessFile raf, Chunk candidate)
          This reads the current data and interprets it as an encoding chunk.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncodingChunkReader

protected EncodingChunkReader()
Should not be used for now.

Method Detail

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 source
candidate - 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.