Package org.jboss.vfs
Class VirtualJarFileInputStream.ByteBuffer
java.lang.Object
org.jboss.vfs.VirtualJarFileInputStream.ByteBuffer
- Enclosing class:
VirtualJarFileInputStream
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]
private int
private final int
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bufferLength
private final int bufferLength -
buffer
private final byte[] buffer -
bufferPosition
private int bufferPosition -
bufferDepth
private int bufferDepth
-
-
Constructor Details
-
ByteBuffer
private ByteBuffer(int bufferLength)
-
-
Method Details
-
hasRemaining
private boolean hasRemaining() -
hasCapacity
private boolean hasCapacity() -
get
private byte get() -
put
private void put(byte b) -
reset
private void reset()
-