entagged.audioformats.flac.util
Class MetadataBlockHeader

java.lang.Object
  extended by entagged.audioformats.flac.util.MetadataBlockHeader

public class MetadataBlockHeader
extends Object


Field Summary
static int APPLICATION
           
static int CUESHEET
           
static int PADDING
           
static int SEEKTABLE
           
static int STREAMINFO
           
static int UNKNOWN
           
static int VORBIS_COMMENT
           
 
Constructor Summary
MetadataBlockHeader(byte[] b)
           
 
Method Summary
 int getBlockType()
           
 String getBlockTypeString()
           
 byte[] getBytes()
           
 int getDataLength()
           
 boolean isLastBlock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STREAMINFO

public static final int STREAMINFO
See Also:
Constant Field Values

PADDING

public static final int PADDING
See Also:
Constant Field Values

APPLICATION

public static final int APPLICATION
See Also:
Constant Field Values

SEEKTABLE

public static final int SEEKTABLE
See Also:
Constant Field Values

VORBIS_COMMENT

public static final int VORBIS_COMMENT
See Also:
Constant Field Values

CUESHEET

public static final int CUESHEET
See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values
Constructor Detail

MetadataBlockHeader

public MetadataBlockHeader(byte[] b)
Method Detail

getDataLength

public int getDataLength()

getBlockType

public int getBlockType()

getBlockTypeString

public String getBlockTypeString()

isLastBlock

public boolean isLastBlock()

getBytes

public byte[] getBytes()


Copyright © 2007-2008. All Rights Reserved.