public interface RcFileDataSource extends Closeable
| Modifier and Type | Method and Description |
|---|---|
RcFileDataSourceId |
getId() |
long |
getReadBytes() |
long |
getReadTimeNanos() |
long |
getSize() |
void |
readFully(long position,
byte[] buffer,
int bufferOffset,
int bufferLength) |
RcFileDataSourceId getId()
long getReadBytes()
long getReadTimeNanos()
long getSize()
void readFully(long position,
byte[] buffer,
int bufferOffset,
int bufferLength)
throws IOException
IOExceptionCopyright © 2012–2022. All rights reserved.