|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaudiotagger.audio.asf.io.ContentDescriptionReader
public class ContentDescriptionReader
Reads and interprets the data of a asf chunk containing title, author...
entagged.audioformats.asf.data.ContentDescription
Method Summary | |
---|---|
static ContentDescription |
read(java.io.RandomAccessFile raf,
Chunk candidate)
Creates and fills a entagged.audioformats.asf.data.ContentDescription from given
file. |
static java.lang.String |
readFixedSizeUTF16Str(java.io.RandomAccessFile raf,
int strLen)
This method reads a UTF-16 encoded String. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ContentDescription read(java.io.RandomAccessFile raf, Chunk candidate) throws java.io.IOException
entagged.audioformats.asf.data.ContentDescription
from given
file.
raf
- Inputcandidate
- Chunk which possibly is a file header.
raf
is at valid
fileheader.
java.io.IOException
- Read errors.public static java.lang.String readFixedSizeUTF16Str(java.io.RandomAccessFile raf, int strLen) throws java.io.IOException
raf
- Input sourcestrLen
- Number of bytes the String may take.
java.io.IOException
- read errors.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |