public abstract class AppleVariableSignedIntegerBox extends AppleDataBox
type| Modifier | Constructor and Description |
|---|---|
protected |
AppleVariableSignedIntegerBox(String type) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getDataLength() |
int |
getIntLength() |
long |
getValue() |
protected void |
parseData(ByteBuffer data) |
void |
setIntLength(int intLength) |
void |
setValue(long value) |
protected byte[] |
writeData() |
_parseDetails, getContent, getContentSize, getDataCountry, getDataLanguage, getDataType, getLanguageString, parseDataLength4ccTypeCountryLanguageAndReturnRest, setDataCountry, setDataLanguage, writeDataLength4ccTypeCountryLanguagegetBox, getOffset, getParent, getPath, getSize, getType, getUserType, isParsed, parse, parseDetails, setParentprotected AppleVariableSignedIntegerBox(String type)
public int getIntLength()
public void setIntLength(int intLength)
public long getValue()
public void setValue(long value)
protected byte[] writeData()
writeData in class AppleDataBoxprotected void parseData(ByteBuffer data)
parseData in class AppleDataBoxprotected int getDataLength()
getDataLength in class AppleDataBoxCopyright © 2017. All rights reserved.