Package nom.tam.util

Class BufferPointer


  • public class BufferPointer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] buffer
      The data buffer.
      protected int bufferLength
      The number of valid characters in the buffer
      protected int bufferOffset
      The current offset into the buffer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected BufferPointer init​(int bufferSize)  
      protected void invalidate()  
      • Methods inherited from class java.lang.Object

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

      • buffer

        protected byte[] buffer
        The data buffer.
      • bufferLength

        protected int bufferLength
        The number of valid characters in the buffer
      • bufferOffset

        protected int bufferOffset
        The current offset into the buffer
    • Constructor Detail

      • BufferPointer

        public BufferPointer()
      • BufferPointer

        public BufferPointer​(byte[] buffer)
    • Method Detail

      • invalidate

        protected void invalidate()