public static interface DataReader.Factory extends Closeable
DataReaders.| 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 streamIOExceptionboolean isShortCircuit()
Copyright © 2024. All Rights Reserved.