public class IFFChunk
extends java.lang.Object
Constructor and Description |
---|
IFFChunk(int type,
int id) |
IFFChunk(int type,
int id,
long size,
long scan) |
IFFChunk(int type,
int id,
long size,
long scan,
IFFChunk propGroup) |
Modifier and Type | Method and Description |
---|---|
void |
addCollectionChunk(IFFChunk chunk) |
java.util.Enumeration |
collectionChunks() |
boolean |
equals(java.lang.Object another) |
IFFChunk[] |
getCollectionChunks(int id) |
byte[] |
getData()
Gets the data.
|
int |
getID() |
IFFChunk |
getPropertyChunk(int id) |
long |
getScan() |
long |
getSize() |
int |
getType() |
int |
hashCode() |
java.util.Enumeration |
propertyChunks() |
void |
putPropertyChunk(IFFChunk chunk) |
void |
setData(byte[] data)
Sets the data.
|
java.lang.String |
toString() |
public IFFChunk(int type, int id)
public IFFChunk(int type, int id, long size, long scan)
public IFFChunk(int type, int id, long size, long scan, IFFChunk propGroup)
public int getID()
public int getType()
public long getSize()
public long getScan()
public void putPropertyChunk(IFFChunk chunk)
public IFFChunk getPropertyChunk(int id)
public java.util.Enumeration propertyChunks()
public void addCollectionChunk(IFFChunk chunk)
public IFFChunk[] getCollectionChunks(int id)
public java.util.Enumeration collectionChunks()
public void setData(byte[] data)
public byte[] getData()
public boolean equals(java.lang.Object another)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object