Uses of Class
com.azure.storage.file.datalake.models.FileReadResponse
-
Packages that use FileReadResponse Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient. -
-
Uses of FileReadResponse in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return FileReadResponse Modifier and Type Method Description FileReadResponseDataLakeFileClient. readWithResponse(OutputStream stream, FileRange range, DownloadRetryOptions options, DataLakeRequestConditions requestConditions, boolean getRangeContentMd5, Duration timeout, com.azure.core.util.Context context)Reads a range of bytes from a file into an output stream.
-