org.farng.mp3.object
Class ObjectNumberFixedLength
java.lang.Object
org.farng.mp3.object.AbstractMP3Object
org.farng.mp3.object.ObjectNumberFixedLength
- Direct Known Subclasses:
- ObjectNumberHashMap
- public class ObjectNumberFixedLength
- extends AbstractMP3Object
ID3v2 and Lyrics3v2 tags have individual fields AbstractMP3Fragment
s Then each fragment is broken down
in to individual AbstractMP3Object
s
- Version:
- $Revision: 1.5 $
- Author:
- Eric Farng
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ObjectNumberFixedLength
public ObjectNumberFixedLength(java.lang.String identifier,
int size)
- Creates a new ObjectNumberFixedLength object.
ObjectNumberFixedLength
public ObjectNumberFixedLength(ObjectNumberFixedLength copyObject)
- Creates a new ObjectNumberFixedLength object.
getLength
public int getLength()
setSize
public void setSize(int length)
getSize
public int getSize()
- Specified by:
getSize
in class AbstractMP3Object
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
readString
public void readString(java.lang.String str,
int offset)
- Overrides:
readString
in class AbstractMP3Object
toString
public java.lang.String toString()
- Specified by:
toString
in class AbstractMP3Object
writeByteArray
public byte[] writeByteArray()
- Overrides:
writeByteArray
in class AbstractMP3Object
writeString
public java.lang.String writeString()
- Overrides:
writeString
in class AbstractMP3Object
Copyright (c) 2004 Eric Farng