- saveBytesToFile(byte[], File) - Static method in class org.riversun.finbin.BinaryUtil
-
save to file
- searchBigBytes(byte[], byte[]) - Method in class org.riversun.finbin.BigBinarySearcher
-
Search bytes faster in a concurrent processing.
- searchBigBytes(byte[], byte[], int) - Method in class org.riversun.finbin.BigBinarySearcher
-
Search bytes faster in a concurrent processing with concurrency level.
- searchBytes(byte[], byte[]) - Method in class org.riversun.finbin.BinarySearcher
-
Search bytes in byte array returns indexes within this byte-array of all
occurrences of the specified(search bytes) byte array.
- searchBytes(byte[], byte[], int) - Method in class org.riversun.finbin.BinarySearcher
-
- searchBytes(byte[], byte[], int, int) - Method in class org.riversun.finbin.BinarySearcher
-
Search bytes in byte array returns indexes within this byte-array of all
occurrences of the specified(search bytes) byte array in the specified
range
- setBufferSize(int) - Method in class org.riversun.finbin.BigBinarySearcher
-
Set buffer size for searching a sequence of bytes Increased the size of
buffer does not means improving a performance
- setMaxNumOfThreads(int) - Method in class org.riversun.finbin.BigBinarySearcher
-
Set max number of thread to concurrent access to byte[] data
Increased the number of threads does not means improving a performance