Class BlobOutputStream

java.lang.Object
java.io.OutputStream
com.azure.storage.common.StorageOutputStream
com.azure.storage.blob.specialized.BlobOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public abstract class BlobOutputStream extends StorageOutputStream
BlobOutputStream allows for the uploading of data to a blob using a stream-like approach.