entagged.audioformats.asf.io
Class FileHeaderReader
java.lang.Object
entagged.audioformats.asf.io.FileHeaderReader
public class FileHeaderReader
- extends Object
Reads and interprets the data of the file header.
- Author:
- Christian Laireiter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileHeaderReader
protected FileHeaderReader()
- Should not be used for now.
read
public static FileHeader read(RandomAccessFile raf,
Chunk candidate)
throws IOException
- Creates and fills a
FileHeaderfrom given file.
- Parameters:
raf - Inputcandidate - Chunk which possibly is a file header.
- Returns:
- FileHeader if filepointer of
raf is at valid
fileheader.
- Throws:
IOException - Read errors.
Copyright © 2007-2008. All Rights Reserved.