### YamlMime:JavaType uid: "com.azure.storage.file.share.StorageFileOutputStream" fullName: "com.azure.storage.file.share.StorageFileOutputStream" name: "StorageFileOutputStream" nameWithType: "StorageFileOutputStream" summary: "Provides an output stream to write a given storage file resource." inheritances: - "" - "" - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - classRef: "java.io.OutputStream" methodsRef: - "nullOutputStream" - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public class **StorageFileOutputStream**
extends " methods: - uid: "com.azure.storage.file.share.StorageFileOutputStream.dispatchWrite(byte[],int,long)" fullName: "com.azure.storage.file.share.StorageFileOutputStream.dispatchWrite(byte[] data, int writeLength, long offset)" name: "dispatchWrite(byte[] data, int writeLength, long offset)" nameWithType: "StorageFileOutputStream.dispatchWrite(byte[] data, int writeLength, long offset)" modifiers: - "protected" overridden: "com.azure.storage.common.StorageOutputStream.dispatchWrite(byte[],int,long)" parameters: - name: "data" type: "[]" - name: "writeLength" type: "" - name: "offset" type: "" syntax: "protected Mono dispatchWrite(byte[] data, int writeLength, long offset)" returns: type: "Mono<Void>" type: "class" desc: "Provides an output stream to write a given storage file resource." metadata: {} package: "com.azure.storage.file.share" artifact: com.azure:azure-storage-file-share:12.24.0