|
|||||||||||
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.EncryptedID3V2Frame
Constructor Summary | |
EncryptedID3V2Frame(java.lang.String sFrameId,
byte[] abyEncryptedFrameData)
Creates a new instance of EncryptedID3V2Frame. |
Method Summary | |
void |
accept(ID3Visitor oID3Visitor)
Accept a visitor. |
byte[] |
getEncryptedData()
Get the raw frame data for the encrypted frame stored in this object. |
byte[] |
getEncryptedFrameId()
Get the frame id of the encrypted frame which is stored in this object. |
protected 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 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EncryptedID3V2Frame(java.lang.String sFrameId, byte[] abyEncryptedFrameData)
sFrameId
- the original frame id of the encrypted frameabyEncryptedFrameData
- a byte array containing the entire encrypted frameMethod Detail |
public void accept(ID3Visitor oID3Visitor)
ID3Visitable
oID3Visitor
- a visitor of this objectpublic byte[] getEncryptedFrameId()
public byte[] getEncryptedData()
public java.lang.String toString()
ID3V2Frame
toString
in class ID3V2Frame
protected byte[] getFrameId()
ID3V2Frame
getFrameId
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |