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