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[]bufferprivate intbufferDepthprivate intbufferLengthprivate intbufferPosition
-
Constructor Summary
Constructors Modifier Constructor Description privateByteBuffer(int bufferLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private byteget()private booleanhasCapacity()private booleanhasRemaining()private voidput(byte b)private voidreset()
-