entagged.audioformats.asf.io
Class StreamChunkReader

java.lang.Object
  extended by entagged.audioformats.asf.io.StreamChunkReader

public class StreamChunkReader
extends Object

Reads and interprets the data of the audio or video stream information chunk.

Author:
Christian Laireiter

Constructor Summary
protected StreamChunkReader()
          Shouldn't be used for now.
 
Method Summary
static StreamChunk read(RandomAccessFile raf, Chunk candidate)
          Reads audio and video stream information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamChunkReader

protected StreamChunkReader()
Shouldn't be used for now.

Method Detail

read

public static StreamChunk read(RandomAccessFile raf,
                               Chunk candidate)
                        throws IOException
Reads audio and video stream information.

Parameters:
raf - input source.
candidate - possible audio stream chunk
Returns:
Audio Stream Information. null if its not an audio stream object.
Throws:
IOException - read errors


Copyright © 2007-2008. All Rights Reserved.