Package org.mp4parser.boxes.apple
Class AppleRecordingYearBox
- java.lang.Object
-
- org.mp4parser.support.AbstractBox
-
- org.mp4parser.boxes.apple.AppleDataBox
-
- org.mp4parser.boxes.apple.AppleRecordingYearBox
-
- All Implemented Interfaces:
Box,ParsableBox
public class AppleRecordingYearBox extends AppleDataBox
Created by sannies on 10/22/13.
-
-
Field Summary
-
Fields inherited from class org.mp4parser.support.AbstractBox
content, type
-
-
Constructor Summary
Constructors Constructor Description AppleRecordingYearBox()
-
Method Summary
Modifier and Type Method Description protected intgetDataLength()DategetDate()protected static Stringiso8601toRfc822Date(String iso8601)protected voidparseData(ByteBuffer data)protected static Stringrfc822toIso8601Date(String rfc622)voidsetDate(Date date)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
-
getDate
public Date getDate()
-
setDate
public void setDate(Date date)
-
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
-
-