public class LabelBox extends JP2Box
_bytesRead, associations, DESCRIPTION_NAME, noJP2Hdr, startBytesRead_boxHeader, _dstrm, _module, _parentBox, _raf, _repInfo, bytesLeft, filePos, hasBoxes| Constructor and Description |
|---|
LabelBox(java.io.RandomAccessFile raf,
BoxHolder parent)
Constructor with superbox.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getLabel()
Returns the label string.
|
protected Property |
getSelfPropDesc()
Returns a Property which describes the Box, for use
by Association boxes and perhaps others.
|
protected java.lang.String |
getSelfPropName()
Returns the name of the Box.
|
boolean |
readBox()
Reads the box, saving the label text.
|
addAssociation, boxMaker, emptyBox, finalizeBytesRead, getBytesRead, getLength, init, initBytesRead, makeAssocProperty, selfDescProperty, setBoxHeader, setDataInputStream, setModule, setRandomAccessFile, setRepInfo, skipBox, wrongBoxContext, wrongBoxSizegetFilePos, hasNext, next, remove, superboxOverrun, superboxUnderrunpublic LabelBox(java.io.RandomAccessFile raf,
BoxHolder parent)
parent - parent superbox of this boxpublic boolean readBox()
throws java.io.IOException
readBox is called.
readBox must completely consume the
box, so that the next byte to be read by the
DataInputStream is the FF byte of the next Box.protected java.lang.String getLabel()
readBox() has been called.protected Property getSelfPropDesc()
getSelfPropDesc in class JP2Boxprotected java.lang.String getSelfPropName()
getSelfPropName in class JP2Box