public class NestedByteArrayInputStream
extends java.io.ByteArrayInputStream
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Stack |
savedStates |
| Constructor and Description |
|---|
NestedByteArrayInputStream(byte[] buf) |
NestedByteArrayInputStream(byte[] buf,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
enter(int range) |
int |
getPos() |
void |
leave() |