public abstract class AppleVariableSignedIntegerBox extends AppleDataBox
content, type| Modifier | Constructor and Description |
|---|---|
protected |
AppleVariableSignedIntegerBox(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getDataLength() |
int |
getIntLength() |
long |
getValue() |
protected void |
parseData(java.nio.ByteBuffer data) |
void |
setIntLength(int intLength) |
void |
setValue(long value) |
protected byte[] |
writeData() |
_parseDetails, getContent, getContentSize, getDataCountry, getDataLanguage, getDataType, getLanguageString, parseDataLength4ccTypeCountryLanguageAndReturnRest, setDataCountry, setDataLanguage, writeDataLength4ccTypeCountryLanguagegetBox, getSize, getType, getUserType, isParsed, parse, parseDetailsprotected AppleVariableSignedIntegerBox(java.lang.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(java.nio.ByteBuffer data)
parseData in class AppleDataBoxprotected int getDataLength()
getDataLength in class AppleDataBoxCopyright © 2020. All rights reserved.