| 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 |
|---|---|
StorageFileOutputStream |
ShareFileClient.getFileOutputStream()
Creates and opens an output stream to write data to the file.
|
StorageFileOutputStream |
ShareFileClient.getFileOutputStream(long offset)
Creates and opens an output stream to write data to the file.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.