|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaudiotagger.audio.flac.FlacStream
public class FlacStream
Flac Stream
Identifies this is in fact a flac stream
Field Summary | |
---|---|
static java.lang.String |
FLAC_STREAM_IDENTIFIER
|
static int |
FLAC_STREAM_IDENTIFIER_LENGTH
|
Constructor Summary | |
---|---|
FlacStream()
|
Method Summary | |
---|---|
static void |
findStream(java.io.RandomAccessFile raf)
Reads the stream block to ensure it is a flac file |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FLAC_STREAM_IDENTIFIER_LENGTH
public static final java.lang.String FLAC_STREAM_IDENTIFIER
Constructor Detail |
---|
public FlacStream()
Method Detail |
---|
public static void findStream(java.io.RandomAccessFile raf) throws java.io.IOException, CannotReadException
raf
-
java.io.IOException
CannotReadException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |