org.jaudiotagger.audio.asf.io
Class ExtContentDescReader

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

public class ExtContentDescReader
extends java.lang.Object

Class for reading Tag information out of the extended content description of an asf file.

Author:
Christian Laireiter
See Also:
entagged.audioformats.asf.data.ExtendedContentDescription

Method Summary
static ExtendedContentDescription read(java.io.RandomAccessFile raf, Chunk candidate)
          Reads the current chunk if it is a matching one.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

read

public static ExtendedContentDescription read(java.io.RandomAccessFile raf,
                                              Chunk candidate)
                                       throws java.io.IOException
Reads the current chunk if it is a matching one.

Parameters:
raf - Input source
candidate - Chunk which possibly contains additional tags
Returns:
Wrapper for the extended content description
Throws:
java.io.IOException - Read errors