Class BufferTestLib


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

      Constructors 
      Constructor Description
      BufferTestLib()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean sameValue​(java.nio.ByteBuffer bb1, java.nio.ByteBuffer bb2)  
      static boolean sameValue​(Block block1, Block block2)  
      • Methods inherited from class java.lang.Object

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

      • BufferTestLib

        public BufferTestLib()
    • Method Detail

      • sameValue

        public static boolean sameValue​(Block block1,
                                        Block block2)
      • sameValue

        public static boolean sameValue​(java.nio.ByteBuffer bb1,
                                        java.nio.ByteBuffer bb2)