Gets all child boxes. May not return null.returnan array of boxes, empty array in case of no children.
null
Gets all child boxes of the given type. May not return null.paramclazz child box's typereturnan array of boxes, empty array in case of no children.
Gets all child boxes of the given type. May not return null.paramclazz child box's typeparamrecursive step down the treereturnan array of boxes, empty array in case of no children.
Returns the number of bytes from the start of the box to start of the first child.returnoffset of first child from box start
Gets the parent box. May be null in case of the {@link com.coremedia.iso.IsoFile} itself.returna ContainerBox that contains this
ContainerBox
this
Sets all boxes and removes all previous child boxes.paramboxes the new list of children