public class OutboundStream extends BufferedOutputStream
buf, count
out
Constructor and Description |
---|
OutboundStream(OutputStream source)
Constructor.
|
OutboundStream(OutputStream source,
int size)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
flush, write, write
write
public OutboundStream(OutputStream source)
source
- The decorated source stream.public OutboundStream(OutputStream source, int size)
source
- The decorated source stream.size
- the buffer size.public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterOutputStream
IOException
Copyright © 2005–2016. All rights reserved.