Package org.mp4parser.boxes.apple
Class Utf8AppleDataBox
- java.lang.Object
-
- org.mp4parser.support.AbstractBox
-
- org.mp4parser.boxes.apple.AppleDataBox
-
- org.mp4parser.boxes.apple.Utf8AppleDataBox
-
- All Implemented Interfaces:
Box,ParsableBox
- Direct Known Subclasses:
Apple_flvr_Box,Apple_xid_Box,AppleAlbumBox,AppleAppleIdBox,AppleArtist2Box,AppleArtistBox,AppleCommentBox,AppleCopyrightBox,AppleDescriptionBox,AppleEncoderBox,AppleGenreBox,AppleGroupingBox,AppleLongDescriptionBox,AppleLyricsBox,AppleNameBox,ApplePurchaseDateBox,AppleRecordingYear2Box,AppleShortDescriptionBox,AppleSortAlbumBox,AppleTrackAuthorBox,AppleTVEpisodeNumberBox,AppleTVNetworkBox,AppleTVShowBox
public abstract class Utf8AppleDataBox extends AppleDataBox
-
-
Field Summary
-
Fields inherited from class org.mp4parser.support.AbstractBox
content, type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUtf8AppleDataBox(String type)
-
Method Summary
Modifier and Type Method Description protected intgetDataLength()StringgetValue()protected voidparseData(ByteBuffer data)voidsetValue(String value)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
-
-
-
-
Constructor Detail
-
Utf8AppleDataBox
protected Utf8AppleDataBox(String type)
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
writeData
@DoNotParseDetail public byte[] writeData()
- Specified by:
writeDatain classAppleDataBox
-
getDataLength
protected int getDataLength()
- Specified by:
getDataLengthin classAppleDataBox
-
parseData
protected void parseData(ByteBuffer data)
- Specified by:
parseDatain classAppleDataBox
-
-