|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Chunk
The basic data structure for an IFF file, a chunk.
Field Summary | |
---|---|
static int |
CHUNK_HEADER_LENGTH
The chunk header size. |
static int |
CHUNK_ID_LENGTH
The length of an IFF chunk id in bytes. |
static int |
CHUNK_SIZEWORD_LENGTH
The length of an IFF chunk size word in bytes. |
Method Summary | |
---|---|
byte[] |
getId()
Returns this IFF chunk's id. |
MemoryAccess |
getMemoryAccess()
Returns a memory access object to the chunk. |
int |
getSize()
The chunk data size, excluding id and size word. |
boolean |
isValid()
Returns true if this is a valid chunk. |
Field Detail |
---|
static final int CHUNK_ID_LENGTH
static final int CHUNK_SIZEWORD_LENGTH
static final int CHUNK_HEADER_LENGTH
Method Detail |
---|
byte[] getId()
int getSize()
boolean isValid()
MemoryAccess getMemoryAccess()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |