Class BufferUtil


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

      Constructors 
      Constructor Description
      BufferUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void CheckBounds​(int offset, int len, int size)  
      • Methods inherited from class java.lang.Object

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

      • BufferUtil

        public BufferUtil()
    • Method Detail

      • CheckBounds

        public static void CheckBounds​(int offset,
                                       int len,
                                       int size)