public class ID3v2UrlFrameData extends AbstractID3v2FrameData
| Modifier and Type | Field and Description |
|---|---|
protected EncodedText |
description |
protected String |
url |
unsynchronisation| Constructor and Description |
|---|
ID3v2UrlFrameData(boolean unsynchronisation) |
ID3v2UrlFrameData(boolean unsynchronisation,
byte[] bytes) |
ID3v2UrlFrameData(boolean unsynchronisation,
EncodedText description,
String url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
EncodedText |
getDescription() |
protected int |
getLength() |
String |
getUrl() |
int |
hashCode() |
protected byte[] |
packFrameData() |
void |
setDescription(EncodedText description) |
void |
setUrl(String url) |
protected void |
unpackFrameData(byte[] bytes) |
packAndUnsynchroniseFrameData, synchroniseAndUnpackFrameData, toBytesprotected String url
protected EncodedText description
public ID3v2UrlFrameData(boolean unsynchronisation)
public ID3v2UrlFrameData(boolean unsynchronisation,
EncodedText description,
String url)
public ID3v2UrlFrameData(boolean unsynchronisation,
byte[] bytes)
throws InvalidDataException
InvalidDataExceptionprotected void unpackFrameData(byte[] bytes)
throws InvalidDataException
unpackFrameData in class AbstractID3v2FrameDataInvalidDataExceptionprotected byte[] packFrameData()
packFrameData in class AbstractID3v2FrameDataprotected int getLength()
getLength in class AbstractID3v2FrameDatapublic EncodedText getDescription()
public void setDescription(EncodedText description)
public String getUrl()
public void setUrl(String url)
public int hashCode()
hashCode in class AbstractID3v2FrameDatapublic boolean equals(Object obj)
equals in class AbstractID3v2FrameData