Class TransferProgressFileOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.FileOutputStream
-
- net.integrio.maven.aws.data.transfer.TransferProgressFileOutputStream
-
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public final class TransferProgressFileOutputStream extends FileOutputStream
-
-
Constructor Summary
Constructors Constructor Description TransferProgressFileOutputStream(File file, TransferProgress transferProgress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(byte[] b)voidwrite(byte[] b, int off, int len)voidwrite(int b)-
Methods inherited from class java.io.FileOutputStream
close, finalize, getChannel, getFD
-
Methods inherited from class java.io.OutputStream
flush, nullOutputStream
-
-
-
-
Constructor Detail
-
TransferProgressFileOutputStream
public TransferProgressFileOutputStream(File file, TransferProgress transferProgress) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-
Method Detail
-
write
public void write(int b) throws IOException- Overrides:
writein classFileOutputStream- Throws:
IOException
-
write
public void write(byte[] b) throws IOException- Overrides:
writein classFileOutputStream- Throws:
IOException
-
write
public void write(byte[] b, int off, int len) throws IOException- Overrides:
writein classFileOutputStream- Throws:
IOException
-
-