org.jaudiotagger.audio.asf.io
Class StreamBitratePropertiesReader

java.lang.Object
  extended by org.jaudiotagger.audio.asf.io.StreamBitratePropertiesReader

public class StreamBitratePropertiesReader
extends java.lang.Object

This class reads the chunk containing the stream bitrate properties.

Author:
Christian Laireiter

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

read

public static StreamBitratePropertiesChunk read(java.io.RandomAccessFile raf,
                                                Chunk candidate)
                                         throws java.io.IOException
This reads the current data and interprets it as an "stream bitrate properties" chunk.

Parameters:
raf - Input source
candidate - Chunk which possibly contains encoding data.
Returns:
StreamBitratePropertiesChunk, null if its not a valid one.
Throws:
java.io.IOException - read errors.