public class NbtReadTracker
extends java.lang.Object
| Constructor and Description |
|---|
NbtReadTracker() |
NbtReadTracker(int maxBytes) |
NbtReadTracker(int maxDepth,
int maxBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
popDepth() |
void |
pushDepth() |
void |
read(int bits) |
static NbtReadTracker |
unlimited() |
public NbtReadTracker()
public NbtReadTracker(int maxBytes)
public NbtReadTracker(int maxDepth,
int maxBytes)
public static NbtReadTracker unlimited()
public void pushDepth()
public void popDepth()
public void read(int bits)