|
|||||||||||
| 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.GRIDID3V2Frame
| Constructor Summary | |
GRIDID3V2Frame(java.io.InputStream oIS)
|
|
GRIDID3V2Frame(java.lang.String sOwnerIdentifier,
byte byGroupSymbol,
byte[] abyGroupDependantData)
Constructor. |
|
| Method Summary | |
void |
accept(ID3Visitor oID3Visitor)
Accept a visitor. |
boolean |
equals(java.lang.Object oOther)
|
protected byte[] |
getFrameId()
Get the four bytes which uniquely specify of which type this frame is. |
byte[] |
getGroupDependantData()
Get group dependant data. |
byte |
getGroupSymbol()
Get the group symbol for this grouping. |
java.lang.String |
getOwnerIdentifier()
Get owner identifier information. |
void |
setGroupIdentificationRegistration(java.lang.String sOwnerIdentifier,
byte byGroupSymbol,
byte[] abyGroupDependantData)
Set group identification registration data. |
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 GRIDID3V2Frame(java.lang.String sOwnerIdentifier,
byte byGroupSymbol,
byte[] abyGroupDependantData)
throws ID3Exception
sOwnerIdentifier - an URL or email address where information about this grouping can be foundbyGroupSymbol - a symbol which will be used to identify this group throughout this tag (values
lower than $80 are reserved)abyGroupDependantData - any data which is required for the correct interpretation of this grouping
ID3Exception - if the owner identifier is null or zero-length
public GRIDID3V2Frame(java.io.InputStream oIS)
throws ID3Exception
| Method Detail |
public void accept(ID3Visitor oID3Visitor)
ID3Visitable
oID3Visitor - a visitor of this object
public void setGroupIdentificationRegistration(java.lang.String sOwnerIdentifier,
byte byGroupSymbol,
byte[] abyGroupDependantData)
throws ID3Exception
sOwnerIdentifier - an URL or email address where information about this grouping can be foundbyGroupSymbol - a symbol which will be used to identify this group throughout this tag (values
lower than $80 are reserved)abyGroupDependantData - any data which is required for the correct interpretation of this grouping
ID3Exception - if the owner identifier is null or zero-length
ID3Exception - if this frame is in a tag with another GRID frame which would have the same group symbolpublic java.lang.String getOwnerIdentifier()
public byte getGroupSymbol()
public byte[] getGroupDependantData()
protected byte[] getFrameId()
ID3V2Frame
getFrameId in class ID3V2Framepublic java.lang.String toString()
ID3V2Frame
toString in class ID3V2Frame
protected void writeBody(ID3DataOutputStream oIDOS)
throws java.io.IOException
ID3V2Frame
writeBody in class ID3V2FrameoIDOS - the output stream to write to
java.io.IOExceptionpublic boolean equals(java.lang.Object oOther)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||