Class MultipartUploadS3StorageOutputStream
java.lang.Object
java.io.OutputStream
de.adorsys.datasafe.storage.impl.s3.MultipartUploadS3StorageOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Method Summary
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
Method Details
-
write
public void write(byte[] bytes, int off, int len) - Overrides:
writein classOutputStream
-
write
public void write(int b) - Specified by:
writein classOutputStream
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-