Uses of Class
org.jaudiotagger.audio.flac.metadatablock.BlockType

Packages that use BlockType
org.jaudiotagger.audio.flac.metadatablock   
 

Uses of BlockType in org.jaudiotagger.audio.flac.metadatablock
 

Fields in org.jaudiotagger.audio.flac.metadatablock declared as BlockType
private  BlockType MetadataBlockHeader.blockType
           
 

Methods in org.jaudiotagger.audio.flac.metadatablock that return BlockType
 BlockType MetadataBlockHeader.getBlockType()
           
static BlockType BlockType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BlockType[] BlockType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jaudiotagger.audio.flac.metadatablock with parameters of type BlockType
MetadataBlockHeader(boolean isLastBlock, BlockType blockType, int dataLength)
          Construct a new header in order to write metadatablock to file