Class FastByteOperations.PureJavaOperations

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(byte[] buffer1, int offset1, int length1, byte[] buffer2, int offset2, int length2)  
      int compare​(java.nio.ByteBuffer buffer1, byte[] buffer2, int offset2, int length2)  
      int compare​(java.nio.ByteBuffer buffer1, int position1, int length1, byte[] buffer2, int offset2, int length2)  
      int compare​(java.nio.ByteBuffer buffer1, java.nio.ByteBuffer buffer2)  
      void copy​(byte[] src, int srcPosition, byte[] trg, int trgPosition, int length)  
      void copy​(byte[] src, int srcPosition, java.nio.ByteBuffer trg, int trgPosition, int length)  
      void copy​(java.nio.ByteBuffer src, int srcPosition, byte[] trg, int trgPosition, int length)  
      void copy​(java.nio.ByteBuffer src, int srcPosition, java.nio.ByteBuffer trg, int trgPosition, int length)  
      • Methods inherited from class java.lang.Object

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