|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaudiotagger.audio.asf.io.AsfHeaderReader
public class AsfHeaderReader
This class reads an Asf header out of an inputstream an creates an
entagged.audioformats.asf.data.AsfHeader
object if successfull.
For now only ASF ver 1.0 is supported, till ver 2.0 seems not to be used
anywhere.
Asf headers contains other chunks. As of this other readers of current
package are called from within.
Method Summary | |
---|---|
static AsfHeader |
readHeader(java.io.RandomAccessFile in)
This method tries to extract an ASF-header out of the given stream. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AsfHeader readHeader(java.io.RandomAccessFile in) throws java.io.IOException
null
is returned.
in
- File which contains the ASF header.
null
if no supported Asf
header was found.
java.io.IOException
- Read errors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |