net.sf.ext.entagged.plugins.audioformats.flac.inforeader
Class MetadataBlockDataPadding

java.lang.Object
  extended bynet.sf.ext.entagged.plugins.audioformats.flac.inforeader.MetadataBlockDataPadding
All Implemented Interfaces:
MetadataBlockData

public class MetadataBlockDataPadding
extends java.lang.Object
implements MetadataBlockData


Constructor Summary
MetadataBlockDataPadding(int length)
           
 
Method Summary
 byte[] getBytes()
           
 int getLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataBlockDataPadding

public MetadataBlockDataPadding(int length)
Method Detail

getBytes

public byte[] getBytes()
Specified by:
getBytes in interface MetadataBlockData

getLength

public int getLength()
Specified by:
getLength in interface MetadataBlockData