|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.coremedia.iso.boxes.AbstractBox
com.coremedia.iso.boxes.apple.AbstractAppleMetaDataBox
com.coremedia.iso.boxes.apple.AppleCoverBox
public final class AppleCoverBox
Field Summary | |
---|---|
static java.lang.String |
TYPE
|
Fields inherited from class com.coremedia.iso.boxes.AbstractBox |
---|
deadBytes, type |
Constructor Summary | |
---|---|
AppleCoverBox()
|
Method Summary | |
---|---|
java.lang.String |
getValue()
|
void |
setJpg(byte[] jpgData)
|
void |
setPng(byte[] pngData)
|
void |
setValue(java.lang.String value)
|
Methods inherited from class com.coremedia.iso.boxes.apple.AbstractAppleMetaDataBox |
---|
_parseDetails, getBoxes, getBoxes, getBoxes, getContent, getContentSize, getNumOfBytesToFirstChild, hexStringToByteArray, setBoxes, toString |
Methods inherited from class com.coremedia.iso.boxes.AbstractBox |
---|
getBox, getDeadBytes, getHeader, getIsoFile, getParent, getSize, getType, getUserType, isParsed, parse, parseDetails, setDeadBytes, setParent, setUserType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.coremedia.iso.boxes.ContainerBox |
---|
getIsoFile, getParent |
Methods inherited from interface com.coremedia.iso.boxes.Box |
---|
getBox, getSize, getType, parse, setParent |
Field Detail |
---|
public static final java.lang.String TYPE
Constructor Detail |
---|
public AppleCoverBox()
Method Detail |
---|
public void setPng(byte[] pngData)
public void setJpg(byte[] jpgData)
public void setValue(java.lang.String value)
setValue
in class AbstractAppleMetaDataBox
public java.lang.String getValue()
getValue
in class AbstractAppleMetaDataBox
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |