org.jaudiotagger.audio.mp4.atom
Class Mp4FreeBox

java.lang.Object
  extended by org.jaudiotagger.audio.mp4.atom.AbstractMp4Box
      extended by org.jaudiotagger.audio.mp4.atom.Mp4FreeBox

public class Mp4FreeBox
extends AbstractMp4Box

FreeBox ( padding)

There are usually two free boxes, one beneath the meta atom and one toplevel atom


Field Summary
 
Fields inherited from class org.jaudiotagger.audio.mp4.atom.AbstractMp4Box
dataBuffer, header
 
Constructor Summary
Mp4FreeBox(int datasize)
          Construct a new FreeBox containing datasize padding (i.e doesnt include header size)
 
Method Summary
 
Methods inherited from class org.jaudiotagger.audio.mp4.atom.AbstractMp4Box
getData, getHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mp4FreeBox

public Mp4FreeBox(int datasize)
Construct a new FreeBox containing datasize padding (i.e doesnt include header size)

Parameters:
datasize - padding size