|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.farng.mp3.AbstractMP3FileItem
org.farng.mp3.AbstractMP3FragmentBody
org.farng.mp3.id3.AbstractID3v2FrameBody
org.farng.mp3.id3.FrameBodyGEOB
public class FrameBodyGEOB
In this frame any type of file can be encapsulated. After the header,
'Frame size'
and 'Encoding' follows 'MIME type' [MIME] represented as
as a terminated string encoded with ISO
8859-1 [ISO-8859-1]. The
filename is case sensitive and is encoded as 'Encoding'. Then follows
a content description as terminated string, encoded as 'Encoding'.
The last thing in
the frame is the actual object. The first two
strings may be omitted, leaving only their
terminations. MIME type is
always an ISO-8859-1 text string. There may be more than one
"GEOB"
frame in each tag, but only one with the same content descriptor.
<Header for 'General encapsulated object', ID: "GEOB">
Text encoding $xx
MIME type
<text string> $00
Filename
<text string according to encoding> $00 (00)
Content description
<text string according to encoding> $00 (00)
Encapsulated object <binary data>
Constructor Summary | |
---|---|
FrameBodyGEOB()
Creates a new FrameBodyGEOB object. |
|
FrameBodyGEOB(byte textEncoding,
java.lang.String mimeType,
java.lang.String filename,
java.lang.String description,
byte[] object)
Creates a new FrameBodyGEOB object. |
|
FrameBodyGEOB(FrameBodyGEOB body)
Creates a new FrameBodyGEOB object. |
|
FrameBodyGEOB(java.io.RandomAccessFile file)
Creates a new FrameBodyGEOB object. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
This method calls toString for all it's objects and appends them. |
java.lang.String |
getIdentifier()
|
void |
setDescription(java.lang.String description)
|
protected void |
setupObjectList()
Create the order of MP3Object objects that this body expects. |
Methods inherited from class org.farng.mp3.id3.AbstractID3v2FrameBody |
---|
equals, readHeader, writeHeader |
Methods inherited from class org.farng.mp3.AbstractMP3FragmentBody |
---|
appendToObjectList, getBriefDescription, getObject, getObjectListIterator, getSize, has6ByteHeader, isSubsetOf, iterator, read, setObject, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FrameBodyGEOB()
public FrameBodyGEOB(FrameBodyGEOB body)
public FrameBodyGEOB(byte textEncoding, java.lang.String mimeType, java.lang.String filename, java.lang.String description, byte[] object)
public FrameBodyGEOB(java.io.RandomAccessFile file) throws java.io.IOException, InvalidTagException
java.io.IOException
InvalidTagException
Method Detail |
---|
public void setDescription(java.lang.String description)
public java.lang.String getDescription()
AbstractMP3FragmentBody
toString
for all it's objects and appends them. It contains new line characters
and is more suited for display purposes
getDescription
in class AbstractMP3FragmentBody
public java.lang.String getIdentifier()
getIdentifier
in class AbstractMP3FileItem
protected void setupObjectList()
AbstractMP3FragmentBody
MP3Object
objects that this body expects. This method needs to be overwritten.
setupObjectList
in class AbstractMP3FragmentBody
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |