|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gagravarr.flac.FlacFrame
org.gagravarr.flac.FlacMetadataBlock
public abstract class FlacMetadataBlock
This comes before the audio data.
Made up of a series of:
1 byte type
3 byte length
Field Summary
static byte
APPLICATION
static byte
CUESHEET
static byte
PADDING
static byte
PICTURE
static byte
SEEKTABLE
static byte
STREAMINFO
static byte
VORBIS_COMMENT
Constructor Summary
protected
FlacMetadataBlock(byte type)
Method Summary
static FlacMetadataBlock
create(InputStream inp)
byte[]
getData()
int
getType()
boolean
isLastMetadataBlock()
protected abstract void
write(OutputStream out)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
STREAMINFO
public static final byte STREAMINFO
PADDING
public static final byte PADDING
APPLICATION
public static final byte APPLICATION
SEEKTABLE
public static final byte SEEKTABLE
VORBIS_COMMENT
public static final byte VORBIS_COMMENT
CUESHEET
public static final byte CUESHEET
PICTURE
public static final byte PICTURE
Constructor Detail
FlacMetadataBlock
protected FlacMetadataBlock(byte type)
Method Detail
create
public static FlacMetadataBlock create(InputStream inp)
throws IOException
IOException
getType
public int getType()
isLastMetadataBlock
public boolean isLastMetadataBlock()
getData
public byte[] getData()
write
protected abstract void write(OutputStream out)
throws IOException
IOException
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2012. All Rights Reserved.