Package org.jboss.vfs

Class VirtualJarFileInputStream.ByteBuffer

java.lang.Object
org.jboss.vfs.VirtualJarFileInputStream.ByteBuffer
Enclosing class:
VirtualJarFileInputStream

private static class VirtualJarFileInputStream.ByteBuffer extends Object
  • 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()