com.coremedia.iso.boxes
Class FreeBox

java.lang.Object
  extended by com.coremedia.iso.boxes.AbstractBox
      extended by com.coremedia.iso.boxes.LiteralBox
          extended by com.coremedia.iso.boxes.FreeBox
All Implemented Interfaces:
Box

public class FreeBox
extends LiteralBox

A free box. Just a placeholder to enable editing without rewriting the whole file.


Field Summary
static String TYPE
           
 
Fields inherited from class com.coremedia.iso.boxes.AbstractBox
offset, parsed
 
Constructor Summary
FreeBox()
           
 
Method Summary
 
Methods inherited from class com.coremedia.iso.boxes.LiteralBox
getContent, getContentSize, getDisplayName, parse, setContent, toString
 
Methods inherited from class com.coremedia.iso.boxes.AbstractBox
addWriteListener, calculateOffset, getBox, getDeadBytes, getHeader, getHeaderSize, getIsoFile, getOffset, getParent, getSize, getType, getUserType, isParsed, setDeadBytes, setParent, setParsed, setUserType, utf8StringLengthInBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

FreeBox

public FreeBox()


Copyright © 2011. All Rights Reserved.