Class NioBlobOutputStream
java.lang.Object
java.io.OutputStream
com.azure.storage.blob.nio.NioBlobOutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Provides an OutputStream to write to a file stored as an Azure Blob.
-
Method Summary
Methods inherited from class OutputStream
nullOutputStream
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-