entagged.audioformats.asf.io
Class ExtContentDescReader
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtContentDescReader
protected ExtContentDescReader()
- Should not be used for now.
read
public static ExtendedContentDescription read(RandomAccessFile raf,
Chunk candidate)
throws IOException
- Reads the current chunk if it is a matching one.
- Parameters:
raf
- Input sourcecandidate
- Chunk which possibly contains additional tags
- Returns:
- Wrapper for the extended content description
- Throws:
IOException
- Read errors
Copyright © 2007-2008. All Rights Reserved.