Class FileLockManager.ByteArrayBuffer

  • Enclosing class:
    FileLockManager

    protected static class FileLockManager.ByteArrayBuffer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] buffer  
      protected int length  
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteArrayBuffer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(byte b)  
      byte[] toArray()  
      • Methods inherited from class java.lang.Object

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

      • buffer

        protected byte[] buffer
      • length

        protected int length
    • Constructor Detail

      • ByteArrayBuffer

        public ByteArrayBuffer()
    • Method Detail

      • add

        public void add​(byte b)
      • toArray

        public byte[] toArray()