public class ProgressOutputStream extends java.io.OutputStream
OutputStream which reports progress to the ProgressMonitor.| Modifier and Type | Field and Description |
|---|---|
private java.io.OutputStream |
out |
private StreamProgressUpdater |
updater |
| Constructor and Description |
|---|
ProgressOutputStream(java.io.OutputStream out,
long size,
ProgressMonitor progressMonitor)
Constructs a new
ProgressOutputStream. |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
private final StreamProgressUpdater updater
private final java.io.OutputStream out
public ProgressOutputStream(java.io.OutputStream out, long size, ProgressMonitor progressMonitor)
ProgressOutputStream.out - the stream to monitorsize - the total size which will be sentprogressMonitor - the monitor to report topublic void write(byte[] b, int off, int len) throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(int b) throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void close() throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOException