public interface DataReader extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DataReader.Factory
The factory interface to create
DataReaders. |
| Modifier and Type | Method and Description |
|---|---|
long |
pos() |
alluxio.network.protocol.databuffer.DataBuffer |
readChunk()
Reads a chunk.
|
alluxio.network.protocol.databuffer.DataBuffer readChunk()
throws IOException
IOExceptionlong pos()
Copyright © 2024. All Rights Reserved.