public interface BinarySearcher extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
search(byte[] prefix) |
default InputStream |
search(String str) |
InputStream search(byte[] prefix) throws IOException
IOExceptiondefault InputStream search(String str) throws IOException
IOExceptionvoid close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2020. All rights reserved.