Class ByteBufferUtils


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

      Constructors 
      Constructor Description
      ByteBufferUtils()  
    • Method Summary

      Modifier and Type Method Description
      static java.nio.ByteBuffer concat​(java.nio.ByteBuffer... buffers)  
      • Methods inherited from class java.lang.Object

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

      • ByteBufferUtils

        public ByteBufferUtils()
    • Method Detail

      • concat

        public static java.nio.ByteBuffer concat​(java.nio.ByteBuffer... buffers)