public static interface DataReader.Factory extends Closeable
DataReader
s.Modifier and Type | Method and Description |
---|---|
DataReader |
create(long offset,
long len)
Creates an instance of
DataReader . |
boolean |
isShortCircuit() |
DataReader create(long offset, long len) throws IOException
DataReader
.offset
- the stream offsetlen
- the length of the streamIOException
boolean isShortCircuit()
Copyright © 2023. All Rights Reserved.