public class KeyScoutChild
extends java.lang.Object
Constructor and Description |
---|
KeyScoutChild() |
Modifier and Type | Method and Description |
---|---|
protected void |
addSize(int amount) |
java.lang.String |
getName() |
int |
getSize()
The size of the tag bytes.
|
int |
getStartingIndex()
The index in the file where the first size byte is.
|
protected void |
removeSize(int amount) |
void |
setName(java.lang.String name) |
void |
setSize(int size) |
void |
setStartingIndex(int startingIndex) |
public void setName(java.lang.String name)
public java.lang.String getName()
public void setSize(int size)
public int getSize()
public void setStartingIndex(int startingIndex)
public int getStartingIndex()
protected void removeSize(int amount)
protected void addSize(int amount)