Package com.mpatric.mp3agic
Class ID3v2UrlFrameData
java.lang.Object
com.mpatric.mp3agic.AbstractID3v2FrameData
com.mpatric.mp3agic.ID3v2UrlFrameData
public class ID3v2UrlFrameData extends AbstractID3v2FrameData
-
Field Summary
Fields Modifier and Type Field Description protected EncodedTextdescriptionprotected Stringurl -
Constructor Summary
Constructors Constructor Description ID3v2UrlFrameData(boolean unsynchronisation)ID3v2UrlFrameData(boolean unsynchronisation, byte[] bytes)ID3v2UrlFrameData(boolean unsynchronisation, EncodedText description, String url) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)EncodedTextgetDescription()protected intgetLength()StringgetUrl()inthashCode()protected byte[]packFrameData()voidsetDescription(EncodedText description)voidsetUrl(String url)protected voidunpackFrameData(byte[] bytes)Methods inherited from class com.mpatric.mp3agic.AbstractID3v2FrameData
packAndUnsynchroniseFrameData, synchroniseAndUnpackFrameData, toBytes
-
Field Details
-
Constructor Details
-
ID3v2UrlFrameData
public ID3v2UrlFrameData(boolean unsynchronisation) -
ID3v2UrlFrameData
-
ID3v2UrlFrameData
- Throws:
InvalidDataException
-
-
Method Details
-
unpackFrameData
- Specified by:
unpackFrameDatain classAbstractID3v2FrameData- Throws:
InvalidDataException
-
packFrameData
protected byte[] packFrameData()- Specified by:
packFrameDatain classAbstractID3v2FrameData
-
getLength
protected int getLength()- Specified by:
getLengthin classAbstractID3v2FrameData
-
getDescription
-
setDescription
-
getUrl
-
setUrl
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractID3v2FrameData
-
equals
- Overrides:
equalsin classAbstractID3v2FrameData
-