Package org.mp4parser.boxes.apple
Class AppleVariableSignedIntegerBox
java.lang.Object
org.mp4parser.support.AbstractBox
org.mp4parser.boxes.apple.AppleDataBox
org.mp4parser.boxes.apple.AppleVariableSignedIntegerBox
- All Implemented Interfaces:
Box,ParsableBox
- Direct Known Subclasses:
Apple_atIDBox,Apple_geIDBox,AppleCompilationBox,AppleCountryTypeBoxBox,AppleGaplessPlaybackBox,AppleGenreIDBox,AppleMediaTypeBox,AppleTempoBox,AppleTVEpisodeBox,AppleTVSeasonBox
Created by sannies on 10/22/13.
-
Field Summary
Fields inherited from class org.mp4parser.support.AbstractBox
content, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intintlonggetValue()protected voidparseData(ByteBuffer data) voidsetIntLength(int intLength) voidsetValue(long value) protected byte[]Methods inherited from class org.mp4parser.boxes.apple.AppleDataBox
_parseDetails, getContent, getContentSize, getDataCountry, getDataLanguage, getDataType, getLanguageString, parseDataLength4ccTypeCountryLanguageAndReturnRest, setDataCountry, setDataLanguage, writeDataLength4ccTypeCountryLanguageMethods inherited from class org.mp4parser.support.AbstractBox
getBox, getSize, getType, getUserType, isParsed, parse, parseDetails
-
Constructor Details
-
AppleVariableSignedIntegerBox
-
-
Method Details
-
getIntLength
public int getIntLength() -
setIntLength
public void setIntLength(int intLength) -
getValue
public long getValue() -
setValue
public void setValue(long value) -
writeData
protected byte[] writeData()- Specified by:
writeDatain classAppleDataBox
-
parseData
- Specified by:
parseDatain classAppleDataBox
-
getDataLength
protected int getDataLength()- Specified by:
getDataLengthin classAppleDataBox
-