Package org.jboss.vfs

Class VirtualJarFileInputStream.ByteBuffer

  • Enclosing class:
    VirtualJarFileInputStream

    private static class VirtualJarFileInputStream.ByteBuffer
    extends java.lang.Object
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bufferLength

        private final int bufferLength
      • buffer

        private final byte[] buffer
      • bufferPosition

        private int bufferPosition
      • bufferDepth

        private int bufferDepth
    • Constructor Detail

      • ByteBuffer

        private ByteBuffer​(int bufferLength)
    • Method Detail

      • hasRemaining

        private boolean hasRemaining()
      • hasCapacity

        private boolean hasCapacity()
      • get

        private byte get()
      • put

        private void put​(byte b)
      • reset

        private void reset()