public static interface DataReader.Factory
extends java.io.Closeable
DataReaders.| Modifier and Type | Method and Description |
|---|---|
DataReader |
create(long offset,
long len)
Creates an instance of
DataReader. |
DataReader create(long offset, long len) throws java.io.IOException
DataReader.offset - the stream offsetlen - the length of the streamjava.io.IOExceptionCopyright © 2022. All Rights Reserved.