entagged.audioformats.asf.io
Class ExtContentDescReader

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

public class ExtContentDescReader
extends Object

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

Author:
Christian Laireiter
See Also:
ExtendedContentDescription

Constructor Summary
protected ExtContentDescReader()
          Should not be used for now.
 
Method Summary
static ExtendedContentDescription read(RandomAccessFile raf, Chunk candidate)
          Reads the current chunk if it is a matching one.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtContentDescReader

protected ExtContentDescReader()
Should not be used for now.

Method Detail

read

public static ExtendedContentDescription read(RandomAccessFile raf,
                                              Chunk candidate)
                                       throws 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:
IOException - Read errors


Copyright © 2007-2008. All Rights Reserved.