public interface IndexFileSource
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readFile(String fileName) |
void |
readFile(String fileName,
long position,
byte[] buffer) |
byte[] readFile(String fileName) throws IOException
IOExceptionvoid readFile(String fileName, long position, byte[] buffer) throws IOException
IOExceptionCopyright © 2012–2021. All rights reserved.