Class TransferProgressFileOutputStream
java.lang.Object
java.io.OutputStream
java.io.FileOutputStream
io.github.qbast.azurewagon.transfer.TransferProgressFileOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionTransferProgressFileOutputStream(File file, TransferProgress transferProgress) -
Method Summary
Methods inherited from class java.io.FileOutputStream
close, getChannel, getFDMethods inherited from class java.io.OutputStream
flush, nullOutputStream
-
Constructor Details
-
TransferProgressFileOutputStream
public TransferProgressFileOutputStream(File file, TransferProgress transferProgress) throws FileNotFoundException - Throws:
FileNotFoundException
-
-
Method Details
-
write
- Overrides:
writein classFileOutputStream- Throws:
IOException
-
write
- Overrides:
writein classFileOutputStream- Throws:
IOException
-
write
- Overrides:
writein classFileOutputStream- Throws:
IOException
-