org.jaudiotagger.audio.flac.metadatablock
Interface MetadataBlockData

All Known Implementing Classes:
MetadataBlockDataApplication, MetadataBlockDataCueSheet, MetadataBlockDataPadding, MetadataBlockDataPicture, MetadataBlockDataSeekTable

public interface MetadataBlockData

This defines the interface required of the different metadata block types


Method Summary
 byte[] getBytes()
           
 int getLength()
           
 

Method Detail

getBytes

byte[] getBytes()
Returns:
the rawdata as it will be written to file

getLength

int getLength()
Returns:
the length in bytes that the data uses when written to file