org.jaudiotagger.audio.mp4.atom
Class NullPadding

java.lang.Object
  extended by org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
      extended by org.jaudiotagger.audio.mp4.atom.NullPadding

public class NullPadding
extends Mp4BoxHeader

Some mp4s contain null padding at the end of the file, possibly do with gapless playback. This is not really allowable but seeing as seems to cccur in files encoded with iTunes 6 and players such as Winamp and iTunes deal with it we should It isnt actually a box, but it helps to keep as a subclass of this type


Field Summary
 
Fields inherited from class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
CHARSET_UTF_8, dataBuffer, HEADER_LENGTH, IDENTIFIER_LENGTH, IDENTIFIER_POS, length, logger, OFFSET_LENGTH, OFFSET_POS
 
Constructor Summary
NullPadding(long startPosition, long fileSize)
           
 
Method Summary
 
Methods inherited from class org.jaudiotagger.audio.mp4.atom.Mp4BoxHeader
getDataLength, getEncoding, getFilePos, getHeaderData, getId, getLength, seekWithinLevel, seekWithinLevel, setFilePos, setId, setLength, toString, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullPadding

public NullPadding(long startPosition,
                   long fileSize)