Package io.milton.httpclient
Class NotifyingFileOutputStream
java.lang.Object
java.io.OutputStream
java.io.FileOutputStream
io.milton.httpclient.NotifyingFileOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Author:
- brad
-
Constructor Summary
ConstructorsConstructorDescriptionNotifyingFileOutputStream(File f, boolean append, ProgressListener listener, Long length) NotifyingFileOutputStream(File f, ProgressListener listener, Long length) -
Method Summary
Methods inherited from class java.io.FileOutputStream
close, getChannel, getFDMethods inherited from class java.io.OutputStream
flush, nullOutputStream
-
Constructor Details
-
NotifyingFileOutputStream
public NotifyingFileOutputStream(File f, ProgressListener listener, Long length) throws FileNotFoundException - Throws:
FileNotFoundException
-
NotifyingFileOutputStream
public NotifyingFileOutputStream(File f, boolean append, ProgressListener listener, Long length) throws FileNotFoundException - Throws:
FileNotFoundException
-
-
Method Details
-
write
- Overrides:
writein classFileOutputStream- Throws:
IOException
-
write
- Overrides:
writein classFileOutputStream- Throws:
IOException
-
write
- Overrides:
writein classFileOutputStream- Throws:
IOException
-