| Package | Description |
|---|---|
| com.azure.storage.file.share |
This package contains the classes to perform actions on Azure Storage File.
|
| Modifier and Type | Method and Description |
|---|---|
StorageFileInputStream |
ShareFileClient.openInputStream()
Opens a file input stream to download the file.
|
StorageFileInputStream |
ShareFileClient.openInputStream(ShareFileRange range)
Opens a file input stream to download the specified range of the file.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.