public class MutableIFFChunk
extends javax.swing.tree.DefaultMutableTreeNode
| Modifier and Type | Field and Description |
|---|---|
static int |
ID_CAT |
static int |
ID_FILLER |
static int |
ID_FORM |
static int |
ID_LIST |
static int |
ID_PROP |
| Constructor and Description |
|---|
MutableIFFChunk() |
MutableIFFChunk(int id,
byte[] data) |
MutableIFFChunk(int id,
int type) |
MutableIFFChunk(java.lang.String id,
byte[] data) |
MutableIFFChunk(java.lang.String id,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<MutableIFFChunk> |
childChunks() |
java.lang.String |
dump() |
java.lang.String |
dump(int depth) |
byte[] |
getData() |
int |
getId() |
int |
getLength() |
int |
getType() |
static java.lang.String |
idToString(int anID) |
void |
read(java.io.File f) |
void |
read(MC68000InputStream in) |
void |
setData(byte[] newValue) |
void |
setId(int newValue) |
void |
setType(int newValue) |
static int |
stringToId(java.lang.String aString) |
java.lang.String |
toString() |
void |
Write(java.io.File f) |
void |
write(MC68000OutputStream out) |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic static final int ID_FORM
public static final int ID_CAT
public static final int ID_LIST
public static final int ID_PROP
public static final int ID_FILLER
public MutableIFFChunk()
public MutableIFFChunk(int id,
int type)
public MutableIFFChunk(int id,
byte[] data)
public MutableIFFChunk(java.lang.String id,
java.lang.String type)
public MutableIFFChunk(java.lang.String id,
byte[] data)
public void setType(int newValue)
public void setId(int newValue)
public void setData(byte[] newValue)
public int getType()
public int getId()
public byte[] getData()
public int getLength()
public java.util.Vector<MutableIFFChunk> childChunks()
public java.lang.String dump()
public java.lang.String dump(int depth)
public java.lang.String toString()
toString in class javax.swing.tree.DefaultMutableTreeNodepublic static java.lang.String idToString(int anID)
public static int stringToId(java.lang.String aString)
public void read(java.io.File f)
throws java.io.IOException
java.io.IOExceptionpublic void read(MC68000InputStream in) throws java.io.IOException
java.io.IOExceptionpublic void Write(java.io.File f)
throws java.io.IOException
java.io.IOExceptionpublic void write(MC68000OutputStream out) throws java.io.IOException
java.io.IOExceptionCopyright © 2022. All Rights Reserved.