Class StorageFileOutputStream

java.lang.Object
java.io.OutputStream
com.azure.storage.common.StorageOutputStream
com.azure.storage.file.share.StorageFileOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class StorageFileOutputStream extends StorageOutputStream
Provides an output stream to write a given storage file resource.
  • Method Details

    • dispatchWrite

      protected Mono<Void> dispatchWrite(byte[] data, int writeLength, long offset)
      Description copied from class: StorageOutputStream
      Dispatches a write operation to the Storage service.
      Specified by:
      dispatchWrite in class StorageOutputStream
      Parameters:
      data - The data to send.
      writeLength - Length of the data.
      offset - The offset to write the data.
      Returns:
      A reactive response that indicates completion.