Package org.mp4parser.boxes.apple
Class AppleDiskNumberBox
- java.lang.Object
-
- org.mp4parser.support.AbstractBox
-
- org.mp4parser.boxes.apple.AppleDataBox
-
- org.mp4parser.boxes.apple.AppleDiskNumberBox
-
- All Implemented Interfaces:
Box,ParsableBox
public class AppleDiskNumberBox extends AppleDataBox
Created by sannies on 10/15/13.
-
-
Field Summary
-
Fields inherited from class org.mp4parser.support.AbstractBox
content, type
-
-
Constructor Summary
Constructors Constructor Description AppleDiskNumberBox()
-
Method Summary
Modifier and Type Method Description intgetA()shortgetB()protected intgetDataLength()protected voidparseData(ByteBuffer data)voidsetA(int a)voidsetB(short b)protected byte[]writeData()-
Methods inherited from class org.mp4parser.boxes.apple.AppleDataBox
_parseDetails, getContent, getContentSize, getDataCountry, getDataLanguage, getDataType, getLanguageString, parseDataLength4ccTypeCountryLanguageAndReturnRest, setDataCountry, setDataLanguage, writeDataLength4ccTypeCountryLanguage
-
Methods inherited from class org.mp4parser.support.AbstractBox
getBox, getSize, getType, getUserType, isParsed, parse, parseDetails
-
-
-
-
Method Detail
-
getA
public int getA()
-
setA
public void setA(int a)
-
getB
public short getB()
-
setB
public void setB(short b)
-
writeData
protected byte[] writeData()
- Specified by:
writeDatain classAppleDataBox
-
parseData
protected void parseData(ByteBuffer data)
- Specified by:
parseDatain classAppleDataBox
-
getDataLength
protected int getDataLength()
- Specified by:
getDataLengthin classAppleDataBox
-
-