Package 

Object MemoryChunkUtil

    • Method Summary

      Modifier and Type Method Description
      final static Integer adjustByteCount(Integer offset, Integer count, Integer memorySize) Computes number of bytes that can be safely read/written starting at given offset, but no more than count.
      final static Unit checkBounds(Integer offset, Integer otherLength, Integer otherOffset, Integer count, Integer memorySize) Check that copy/read/write operation won't access memory it should not
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait