private static class VirtualJarFileInputStream.ByteBuffer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
buffer |
private int |
bufferDepth |
private int |
bufferLength |
private int |
bufferPosition |
| Modifier | Constructor and Description |
|---|---|
private |
ByteBuffer(int bufferLength) |
| Modifier and Type | Method and Description |
|---|---|
private byte |
get() |
private boolean |
hasCapacity() |
private boolean |
hasRemaining() |
private void |
put(byte b) |
private void |
reset() |