public class RIFFChunk extends Object
| Constructor and Description |
|---|
RIFFChunk(int type,
int id) |
RIFFChunk(int type,
int id,
long size,
long scan) |
RIFFChunk(int type,
int id,
long size,
long scan,
RIFFChunk propGroup) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCollectionChunk(RIFFChunk chunk) |
Iterator |
collectionChunks() |
boolean |
equals(Object another) |
RIFFChunk[] |
getCollectionChunks(int id) |
byte[] |
getData()
Gets the data.
|
int |
getID() |
String |
getParserMessage() |
RIFFChunk |
getPropertyChunk(int id) |
long |
getScan() |
long |
getSize() |
int |
getType() |
int |
hashCode() |
Enumeration |
propertyChunks() |
void |
putPropertyChunk(RIFFChunk chunk) |
void |
setData(byte[] data)
Sets the data.
|
void |
setParserMessage(String newValue) |
String |
toString() |
public RIFFChunk(int type,
int id)
public RIFFChunk(int type,
int id,
long size,
long scan)
public RIFFChunk(int type,
int id,
long size,
long scan,
RIFFChunk propGroup)
public int getID()
public int getType()
public long getSize()
public long getScan()
public void putPropertyChunk(RIFFChunk chunk)
public RIFFChunk getPropertyChunk(int id)
public Enumeration propertyChunks()
public void addCollectionChunk(RIFFChunk chunk)
public RIFFChunk[] getCollectionChunks(int id)
public Iterator collectionChunks()
public void setData(byte[] data)
public byte[] getData()
public void setParserMessage(String newValue)
public String getParserMessage()
Copyright © 2014. All Rights Reserved.