Package org.apache.cassandra.utils
Interface FastByteOperations.ByteOperations
- All Known Implementing Classes:
FastByteOperations.PureJavaOperations,FastByteOperations.UnsafeOperations
- Enclosing class:
- FastByteOperations
public static interface FastByteOperations.ByteOperations
-
Method Summary
Modifier and TypeMethodDescriptionintcompare(byte[] buffer1, int offset1, int length1, byte[] buffer2, int offset2, int length2) intcompare(ByteBuffer buffer1, byte[] buffer2, int offset2, int length2) intcompare(ByteBuffer buffer1, int offset1, int length1, byte[] buffer2, int offset2, int length2) intcompare(ByteBuffer buffer1, ByteBuffer buffer2) voidcopy(byte[] src, int srcPosition, byte[] trg, int trgPosition, int length) voidcopy(byte[] src, int srcPosition, ByteBuffer trg, int trgPosition, int length) voidcopy(ByteBuffer src, int srcPosition, byte[] trg, int trgPosition, int length) voidcopy(ByteBuffer src, int srcPosition, ByteBuffer trg, int trgPosition, int length)
-
Method Details
-
compare
int compare(byte[] buffer1, int offset1, int length1, byte[] buffer2, int offset2, int length2) -
compare
-
compare
-
compare
-
copy
void copy(byte[] src, int srcPosition, byte[] trg, int trgPosition, int length) -
copy
-
copy
-
copy
-