|
|||||||||||
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.RBUFID3V2Frame
Frame containing recommended buffer size information.
Constructor Summary | |
RBUFID3V2Frame(java.io.InputStream oIS)
|
|
RBUFID3V2Frame(int i24BufferSize,
boolean bEmbeddedInfoFlag)
Creates a new instance of RBUFID3V2Frame. |
|
RBUFID3V2Frame(int i24BufferSize,
boolean bEmbeddedInfoFlag,
int iOffsetToNextTag)
Creates a new instance of RBUFID3V2Frame. |
Method Summary | |
void |
accept(ID3Visitor oID3Visitor)
Accept a visitor. |
boolean |
equals(java.lang.Object oOther)
|
int |
getBufferSize()
Get recommended buffer size. |
boolean |
getEmbeddedInfoFlag()
Get the embedded info flag. |
protected byte[] |
getFrameId()
Get the four bytes which uniquely specify of which type this frame is. |
int |
getOffsetToNextTag()
Get the offset to the next tag. |
void |
setRecommendedBufferSize(int i24BufferSize,
boolean bEmbeddedInfoFlag)
Set the recommended buffer size. |
void |
setRecommendedBufferSize(int i24BufferSize,
boolean bEmbeddedInfoFlag,
int iOffsetToNextTag)
Set the recommended buffer size. |
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 RBUFID3V2Frame(int i24BufferSize, boolean bEmbeddedInfoFlag, int iOffsetToNextTag) throws ID3Exception
i24BufferSize
- the recommended buffer size, as a 24-bit unsigned valuebEmbeddedInfoFlag
- an indicator whether or not a frame the of the specified maximum size may occur in the audiostreamiOffsetToNextTag
- the distance from the end of this tag to the start of the next
ID3Exception
- if i24BufferSize contains an overflow value, or if iOffsetToNextTag is negativepublic RBUFID3V2Frame(int i24BufferSize, boolean bEmbeddedInfoFlag) throws ID3Exception
i24BufferSize
- the recommended buffer size, as a 24-bit unsigned valuebEmbeddedInfoFlag
- an indicator whether or not a frame the of the specified maximum size may occur in the audiostream
ID3Exception
- if i24BufferSize contains an overflow value, or if iOffsetToNextTag is negativepublic RBUFID3V2Frame(java.io.InputStream oIS) throws ID3Exception
Method Detail |
public void accept(ID3Visitor oID3Visitor)
ID3Visitable
oID3Visitor
- a visitor of this objectpublic void setRecommendedBufferSize(int i24BufferSize, boolean bEmbeddedInfoFlag, int iOffsetToNextTag) throws ID3Exception
i24BufferSize
- the recommended buffer size, as a 24-bit unsigned valuebEmbeddedInfoFlag
- an indicator whether or not a frame the of the specified maximum size may occur in the audiostreamiOffsetToNextTag
- the distance from the end of this tag to the start of the next
ID3Exception
- if i24BufferSize contains an overflow value, or if iOffsetToNextTag is negativepublic void setRecommendedBufferSize(int i24BufferSize, boolean bEmbeddedInfoFlag) throws ID3Exception
i24BufferSize
- the recommended buffer size, as a 24-bit unsigned valuebEmbeddedInfoFlag
- an indicator whether or not a frame the of the specified maximum size may occur in the audiostream
ID3Exception
- if i24BufferSize contains an overflow value, or if iOffsetToNextTag is negativepublic int getBufferSize()
public boolean getEmbeddedInfoFlag()
public int getOffsetToNextTag()
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 |