|
|||||||||||
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.OWNEID3V2Frame
Frame containing ownership information.
Constructor Summary | |
OWNEID3V2Frame(java.io.InputStream oIS)
|
|
OWNEID3V2Frame(java.lang.String sPricePaid,
java.lang.String sDateOfPurchase,
java.lang.String sSeller)
Creates a new instance of OWNEID3V2Frame |
Method Summary | |
void |
accept(ID3Visitor oID3Visitor)
Accept a visitor. |
boolean |
equals(java.lang.Object oOther)
|
java.lang.String |
getDateOfPurchase()
Get the date of purchase. |
protected byte[] |
getFrameId()
Get the four bytes which uniquely specify of which type this frame is. |
java.lang.String |
getPricePaid()
Get price paid. |
java.lang.String |
getSeller()
Get the name of the seller. |
TextEncoding |
getTextEncoding()
Get the text encoding used for the seller in this frame. |
void |
setOwnershipInformation(java.lang.String sPricePaid,
java.lang.String sDateOfPurchase,
java.lang.String sSeller)
Set ownership information. |
void |
setTextEncoding(TextEncoding oTextEncoding)
Set the text encoding to be used for the seller in 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 OWNEID3V2Frame(java.lang.String sPricePaid, java.lang.String sDateOfPurchase, java.lang.String sSeller) throws ID3Exception
sPricePaid
- a price(s) string (a price string consists of a three letter ISO-4217 currency code,
followed by an amount, where "." is used as the decimal separator). Multiple prices may be separated
by a "/" characterssDateOfPurchase
- the date of the purchase, in the format YYYYMMDDsSeller
- the name of the seller of this file
ID3Exception
- if sPricePaid is null or not in a valid format, if sDateOfPurchase is null or
not in the correct format, or if sSeller is nullpublic OWNEID3V2Frame(java.io.InputStream oIS) throws ID3Exception
Method Detail |
public void accept(ID3Visitor oID3Visitor)
ID3Visitable
oID3Visitor
- a visitor of this objectpublic void setOwnershipInformation(java.lang.String sPricePaid, java.lang.String sDateOfPurchase, java.lang.String sSeller) throws ID3Exception
sPricePaid
- a price(s) string (a price string consists of a three letter ISO-4217 currency code,
followed by an amount, where "." is used as the decimal separator). Multiple prices may be separated
by a "/" characterssDateOfPurchase
- the date of the purchase, in the format YYYYMMDDsSeller
- the name of the seller of this file
ID3Exception
- if sPricePaid is null or not in a valid format, if sDateOfPurchase is null or
not in the correct format, or if sSeller is nullpublic java.lang.String getPricePaid()
public java.lang.String getDateOfPurchase()
public java.lang.String getSeller()
public void setTextEncoding(TextEncoding oTextEncoding)
oTextEncoding
- the text encoding to be used for this framepublic TextEncoding getTextEncoding()
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 |