Uses of Class
org.apache.opendal.ReadOptions
Packages that use ReadOptions
-
Uses of ReadOptions in org.apache.opendal
Methods in org.apache.opendal with parameters of type ReadOptionsModifier and TypeMethodDescriptionOperator.createInputStream(String path, ReadOptions options) CompletableFuture<byte[]>AsyncOperator.read(String path, ReadOptions options) byte[]Operator.read(String path, ReadOptions options) Constructors in org.apache.opendal with parameters of type ReadOptionsModifierConstructorDescriptionOperatorInputStream(Operator operator, String path, ReadOptions options)