|
|||||||||||
| 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.TextInformationID3V2Frame
org.blinkenlights.jid3.v2.TPOSTextInformationID3V2Frame
| Field Summary | |
protected TextEncoding |
m_oTextEncoding
The text encoding of the strings in this frame. |
protected java.lang.String |
m_sInformation
The text content of this frame. |
| Constructor Summary | |
TPOSTextInformationID3V2Frame(java.io.InputStream oIS)
|
|
TPOSTextInformationID3V2Frame(int iPartNumber)
Constructor. |
|
TPOSTextInformationID3V2Frame(int iPartNumber,
int iTotalParts)
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. |
int |
getPartNumber()
Get the part number in the set to which this recording belongs. |
TextEncoding |
getTextEncoding()
Get the text encoding used for the text information in this frame. |
int |
getTotalParts()
Get the total number of parts in the complete set to which this recording belongs. |
void |
setPartNumber(int iPartNumber)
Set the part number in the set to which this recording belongs. |
void |
setPartNumberAndTotalParts(int iPartNumber,
int iTotalParts)
Set the part number in the set to which this recording belongs, and the total number of parts in the complete set. |
void |
setTextEncoding(TextEncoding oTextEncoding)
Set the text encoding to be used for the text information 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 this frame to an 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 |
| Field Detail |
protected TextEncoding m_oTextEncoding
protected java.lang.String m_sInformation
| Constructor Detail |
public TPOSTextInformationID3V2Frame(int iPartNumber)
throws ID3Exception
iPartNumber - the part number in the set to which this recording belongs
ID3Exception - if the part number is negative
public TPOSTextInformationID3V2Frame(int iPartNumber,
int iTotalParts)
throws ID3Exception
iPartNumber - the part number in the set to which this recording belongsiTotalParts - the total number of parts in the complete set
ID3Exception - if the part number is negative, or the total number of parts is
less than the part number
public TPOSTextInformationID3V2Frame(java.io.InputStream oIS)
throws ID3Exception
| Method Detail |
public void accept(ID3Visitor oID3Visitor)
ID3Visitable
oID3Visitor - a visitor of this object
public void setPartNumber(int iPartNumber)
throws ID3Exception
iPartNumber - the part number in the set to which this recording belongs
ID3Exception - if the part number is negative
public void setPartNumberAndTotalParts(int iPartNumber,
int iTotalParts)
throws ID3Exception
iPartNumber - the part number in the set to which this recording belongsiTotalParts - the total number of parts in a complete set
ID3Exception - if the part number is negative, or the total number of parts is
less than the part numberpublic int getPartNumber()
public int getTotalParts()
protected byte[] getFrameId()
ID3V2Frame
getFrameId in class ID3V2Framepublic java.lang.String toString()
ID3V2Frame
toString in class ID3V2Framepublic boolean equals(java.lang.Object oOther)
public void setTextEncoding(TextEncoding oTextEncoding)
oTextEncoding - the text encoding to be used for this framepublic TextEncoding getTextEncoding()
protected void writeBody(ID3DataOutputStream oIDOS)
throws java.io.IOException
writeBody in class ID3V2FrameoIDOS - the ID3 output stream to which the frame body is to be written
ID3Exception - if there is any error writing the frame body data
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||