public interface DataReader
extends java.io.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() |
DataBuffer |
readChunk()
Reads a chunk.
|
DataBuffer readChunk() throws java.io.IOException
java.io.IOExceptionlong pos()
Copyright © 2022. All Rights Reserved.