| Class | Description |
|---|---|
| BigBinarySearcher |
Search target big bytes(byte[]) from source bytes(byte[])
This class is going to scan byte[] data in concurrent by using threads, it is effective(means faster speed) in big size(kiloBytes-megaBytes) byte[] data. |
| BinarySearcher |
Search target bytes(byte[]) from source bytes(byte[])
This class is going to scan byte[] data to sequential, it is effective in small size(less than 1kBytes) byte[] data. |
| BinaryUtil |
Helper class for finbin test
|
Copyright © 2016. All rights reserved.