org.blinkenlights.jid3.v2
Class UnknownID3V2Frame
java.lang.Object
org.blinkenlights.jid3.v2.ID3V2Frame
org.blinkenlights.jid3.v2.UnknownID3V2Frame
- All Implemented Interfaces:
- ID3Subject, ID3Visitable
- public class UnknownID3V2Frame
- extends ID3V2Frame
Constructor Summary |
UnknownID3V2Frame(java.lang.String sFrameId,
byte[] abyFrameData)
|
Method Summary |
void |
accept(ID3Visitor oID3Visitor)
Accept a visitor. |
boolean |
equals(java.lang.Object oOther)
|
byte[] |
getFrameId()
Get the four bytes which uniquely specify of which type this frame is. |
java.lang.String |
toString()
Represent the contents of this frame as a string. |
protected void |
writeBody(ID3DataOutputStream oID3DOS)
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 |
UnknownID3V2Frame
public UnknownID3V2Frame(java.lang.String sFrameId,
byte[] abyFrameData)
accept
public void accept(ID3Visitor oID3Visitor)
- Description copied from interface:
ID3Visitable
- Accept a visitor.
- Parameters:
oID3Visitor
- a visitor of this object
toString
public java.lang.String toString()
- Description copied from class:
ID3V2Frame
- Represent the contents of this frame as a string. For debugging purposes.
- Specified by:
toString
in class ID3V2Frame
- Returns:
- a string representing this frame
getFrameId
public byte[] getFrameId()
- Description copied from class:
ID3V2Frame
- Get the four bytes which uniquely specify of which type this frame is.
- Specified by:
getFrameId
in class ID3V2Frame
writeBody
protected void writeBody(ID3DataOutputStream oID3DOS)
throws java.io.IOException
- Description copied from class:
ID3V2Frame
- Write the body of the frame to an ID3 data output stream.
- Specified by:
writeBody
in class ID3V2Frame
- Parameters:
oID3DOS
- the output stream to write to
- Throws:
java.io.IOException
equals
public boolean equals(java.lang.Object oOther)