Package org.aksw.commons.io.binseach
Interface BinarySearcher
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
BinarySearchOnSortedFile
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()default Stream<ReadableChannelSupplier<byte[]>>parallelSearch(byte[] prefix) search(byte[] prefix) default InputStream
-
Method Details
-
search
- Throws:
IOException
-
search
- Throws:
IOException
-
parallelSearch
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-