|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jaudiotagger.audio.flac.FlacInfoReader
public class FlacInfoReader
Read info from Flac file
| Field Summary | |
|---|---|
static java.util.logging.Logger |
logger
|
| Constructor Summary | |
|---|---|
FlacInfoReader()
|
|
| Method Summary | |
|---|---|
int |
countMetaBlocks(java.io.File f)
Count the number of metadatablocks, useful for debugging |
GenericAudioHeader |
read(java.io.RandomAccessFile raf)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.util.logging.Logger logger
| Constructor Detail |
|---|
public FlacInfoReader()
| Method Detail |
|---|
public GenericAudioHeader read(java.io.RandomAccessFile raf)
throws CannotReadException,
java.io.IOException
CannotReadException
java.io.IOException
public int countMetaBlocks(java.io.File f)
throws CannotReadException,
java.io.IOException
f -
CannotReadException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||