Class ByteBufferFactory


  • public class ByteBufferFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteBufferFactory​(boolean isDirect)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.ByteBuffer allocate​(int capacity)  
      • Methods inherited from class java.lang.Object

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

      • ByteBufferFactory

        public ByteBufferFactory​(boolean isDirect)
    • Method Detail

      • allocate

        public java.nio.ByteBuffer allocate​(int capacity)