|
|||||||||||
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.GEOBID3V2Frame
Constructor Summary | |
GEOBID3V2Frame(java.io.InputStream oIS)
|
|
GEOBID3V2Frame(java.lang.String sMimeType,
java.lang.String sFilename,
java.lang.String sContentDescription,
byte[] abyEncapsulatedObjectData)
Constructor. |
Method Summary | |
void |
accept(ID3Visitor oID3Visitor)
Accept a visitor. |
boolean |
equals(java.lang.Object oOther)
|
java.lang.String |
getContentDescription()
Get the content description of the object in this frame. |
byte[] |
getEncapsulatedObjectData()
Get the encapsulated object data in this frame. |
java.lang.String |
getFilename()
Get the filename of the object in this frame. |
protected byte[] |
getFrameId()
Get the four bytes which uniquely specify of which type this frame is. |
java.lang.String |
getMimeType()
Get the mime type of the object in this frame. |
TextEncoding |
getTextEncoding()
Get the text encoding used for the filename and content description in this frame. |
void |
setEncapsulatedObject(java.lang.String sMimeType,
java.lang.String sFilename,
java.lang.String sContentDescription,
byte[] abyEncapsulatedObjectData)
Set the encapsulated object for this frame. |
void |
setTextEncoding(TextEncoding oTextEncoding)
Set the text encoding to be used for the filename and content description 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 GEOBID3V2Frame(java.lang.String sMimeType, java.lang.String sFilename, java.lang.String sContentDescription, byte[] abyEncapsulatedObjectData) throws ID3Exception
sMimeType
- the mime type of the file being stored (optional)sFilename
- the filename of the file being stored (optional)sContentDescription
- a brief description of the content (required)abyEncapsulatedObjectData
- the data file being stored in this frame
ID3Exception
- if the required content description is null or zero length
ID3Exception
- if the required object data is null or zero lengthpublic GEOBID3V2Frame(java.io.InputStream oIS) throws ID3Exception
Method Detail |
public void accept(ID3Visitor oID3Visitor)
ID3Visitable
oID3Visitor
- a visitor of this objectpublic void setEncapsulatedObject(java.lang.String sMimeType, java.lang.String sFilename, java.lang.String sContentDescription, byte[] abyEncapsulatedObjectData) throws ID3Exception
sMimeType
- the mime type of the file being stored (optional)sFilename
- the filename of the file being stored (optional)sContentDescription
- a brief description of the content (required)abyEncapsulatedObjectData
- the data file being stored in this frame
ID3Exception
- if the required content description is null or zero length
ID3Exception
- if the required object data is null or zero length
ID3Exception
- if this frame is in a tag with another GEOB frame which would have the same content descriptionpublic java.lang.String getMimeType()
public java.lang.String getFilename()
public java.lang.String getContentDescription()
public byte[] getEncapsulatedObjectData()
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 |