|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blinkenlights.jid3.v2.ID3V2Frame
org.blinkenlights.jid3.v2.LINKID3V2Frame
Frame containing linked frame information.
Constructor Summary | |
LINKID3V2Frame(byte[] abyFrameIdentifier,
java.lang.String sURL,
java.lang.String sAdditionalData)
Constructor |
|
LINKID3V2Frame(java.io.InputStream oIS)
|
Method Summary | |
void |
accept(ID3Visitor oID3Visitor)
Accept a visitor. |
boolean |
equals(java.lang.Object oOther)
|
java.lang.String |
getAdditionalData()
Get any additional link-related data in this frame. |
protected byte[] |
getFrameId()
Get the four bytes which uniquely specify of which type this frame is. |
byte[] |
getFrameIdentifier()
Get the frame identifier of the linked frame. |
java.lang.String |
getLinkUrl()
Get the URL pointing to the location of the file containing the linked frame. |
void |
setContents(byte[] abyFrameIdentifier,
java.lang.String sURL,
java.lang.String sAdditionalData)
Set the contents of this frame. |
java.lang.String |
toString()
Represent the contents of this frame as a string. |
protected void |
writeBody(ID3DataOutputStream oIDOS)
Write the body of the frame to an ID3 data output stream. |
Methods inherited from class org.blinkenlights.jid3.v2.ID3V2Frame |
addID3Observer, getEncryptionMethod, isEncrypted, notifyID3Observers, removeID3Observer, setCompressionFlag, setEncryption, setFileAlterPreservationFlag, setGroupingIdentityFlag, setReadOnlyFlag, setTagAlterPreservationFlag, write, writeHeader |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LINKID3V2Frame(byte[] abyFrameIdentifier, java.lang.String sURL, java.lang.String sAdditionalData) throws ID3Exception
abyFrameIdentifier
- the frame identifier of the frame linked tosURL
- a reference to the location of the linked framesAdditionalData
- any additional data which may be needed to retrieve the linked frame
ID3Exception
- if a frame identifier of four bytes is not specified, or if the URL is not specifiedpublic LINKID3V2Frame(java.io.InputStream oIS) throws ID3Exception
Method Detail |
public void accept(ID3Visitor oID3Visitor)
ID3Visitable
oID3Visitor
- a visitor of this objectpublic void setContents(byte[] abyFrameIdentifier, java.lang.String sURL, java.lang.String sAdditionalData) throws ID3Exception
abyFrameIdentifier
- the frame identifier of the frame linked tosURL
- a reference to the location of the linked framesAdditionalData
- any additional data which may be needed to retrieve the linked frame
ID3Exception
- if a frame identifier of four bytes is not specified, or if the URL is not specified
ID3Exception
- if this frame is in a tag with another LINK frame which would have the same contentspublic byte[] getFrameIdentifier()
public java.lang.String getLinkUrl()
public java.lang.String getAdditionalData()
protected byte[] getFrameId()
ID3V2Frame
getFrameId
in class ID3V2Frame
public java.lang.String toString()
ID3V2Frame
toString
in class ID3V2Frame
protected void writeBody(ID3DataOutputStream oIDOS) throws java.io.IOException
ID3V2Frame
writeBody
in class ID3V2Frame
oIDOS
- the output stream to write to
java.io.IOException
public boolean equals(java.lang.Object oOther)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |