Uses of Interface
com.azure.storage.file.datalake.models.DataLakeFileOpenInputStreamResult
-
Packages that use DataLakeFileOpenInputStreamResult Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient. -
-
Uses of DataLakeFileOpenInputStreamResult in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return DataLakeFileOpenInputStreamResult Modifier and Type Method Description DataLakeFileOpenInputStreamResultDataLakeFileClient. openInputStream()Opens a file input stream to download the file.DataLakeFileOpenInputStreamResultDataLakeFileClient. openInputStream(DataLakeFileInputStreamOptions options)Opens a file input stream to download the specified range of the file.
-