org.farng.mp3.object
Class ObjectBooleanByte
java.lang.Object
org.farng.mp3.object.AbstractMP3Object
org.farng.mp3.object.ObjectBooleanByte
- All Implemented Interfaces:
- MP3Object
public class ObjectBooleanByte
- extends AbstractMP3Object
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment
s Then each fragment is broken down
in to individual AbstractMP3Object
s
- Version:
- $Revision: 3 $
- Author:
- Eric Farng
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ObjectBooleanByte
public ObjectBooleanByte(java.lang.String identifier,
int bitPosition)
- Creates a new ObjectBooleanByte object.
ObjectBooleanByte
public ObjectBooleanByte(ObjectBooleanByte copyObject)
- Creates a new ObjectBooleanByte object.
getBitPosition
public int getBitPosition()
getSize
public int getSize()
- Description copied from interface:
MP3Object
- Get the size of this object, in bytes.
- Returns:
- the size
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class AbstractMP3Object
readByteArray
public void readByteArray(byte[] arr,
int offset)
- Overrides:
readByteArray
in class AbstractMP3Object
toString
public java.lang.String toString()
- Description copied from interface:
MP3Object
- Get a string representation of this object.
- Specified by:
toString
in interface MP3Object
- Overrides:
toString
in class java.lang.Object
- Returns:
- string
writeByteArray
public byte[] writeByteArray()
- Overrides:
writeByteArray
in class AbstractMP3Object