public static class ProgressEntityWrapper.CountingOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
ProgressEntityWrapper.CountingOutputStream(OutputStream out,
ProgressEntityWrapper.ProgressListener listener) |
public ProgressEntityWrapper.CountingOutputStream(OutputStream out, ProgressEntityWrapper.ProgressListener listener)
public void write(byte[] buffer)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class FilterOutputStreamIOException