Class ByteBufferHolder


  • public class ByteBufferHolder
    extends java.lang.Object
    Simple wrapper for a ByteBuffer that remembers if the buffer has been flipped or not.
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteBufferHolder​(java.nio.ByteBuffer buf, boolean flipped)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean flip()  
      java.nio.ByteBuffer getBuf()  
      boolean isFlipped()  
      • Methods inherited from class java.lang.Object

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

      • ByteBufferHolder

        public ByteBufferHolder​(java.nio.ByteBuffer buf,
                                boolean flipped)
    • Method Detail

      • getBuf

        public java.nio.ByteBuffer getBuf()
      • isFlipped

        public boolean isFlipped()
      • flip

        public boolean flip()