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