public interface CrailInputStream
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
CrailNode |
getFile() |
long |
position() |
Future<CrailResult> |
read(CrailBuffer dataBuf) |
void |
seek(long pos) |
CrailNode getFile()
Future<CrailResult> read(CrailBuffer dataBuf) throws Exception
Exceptionvoid seek(long pos) throws IOException
IOExceptionint available()
long position()
Copyright © 2018 The Apache Software Foundation. All rights reserved.