Package org.jboss.vfs
Class VirtualJarFileInputStream.ByteBuffer
- java.lang.Object
-
- org.jboss.vfs.VirtualJarFileInputStream.ByteBuffer
-
- Enclosing class:
- VirtualJarFileInputStream
private static class VirtualJarFileInputStream.ByteBuffer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
buffer
private int
bufferDepth
private int
bufferLength
private int
bufferPosition
-
Constructor Summary
Constructors Modifier Constructor Description private
ByteBuffer(int bufferLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private byte
get()
private boolean
hasCapacity()
private boolean
hasRemaining()
private void
put(byte b)
private void
reset()
-