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