| Modifier and Type | Class and Description |
|---|---|
class |
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. |
Copyright © 2016. All rights reserved.