|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaudiotagger.audio.asf.io.FileHeaderReader
public class FileHeaderReader
Reads and interprets the data of the file header.
Method Summary | |
---|---|
static FileHeader |
read(java.io.RandomAccessFile raf,
Chunk candidate)
Creates and fills a FileHeader from given file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FileHeader read(java.io.RandomAccessFile raf, Chunk candidate) throws java.io.IOException
FileHeader
from given file.
raf
- Inputcandidate
- Chunk which possibly is a file header.
raf
is at valid
fileheader.
java.io.IOException
- Read errors.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |