entagged.audioformats.flac.util
Class MetadataBlockHeader
java.lang.Object
entagged.audioformats.flac.util.MetadataBlockHeader
public class MetadataBlockHeader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MetadataBlockHeader
public MetadataBlockHeader(byte[] b)
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.