public class OutboundStream
extends java.io.BufferedOutputStream
Constructor and Description |
---|
OutboundStream(java.io.OutputStream source)
Constructor.
|
OutboundStream(java.io.OutputStream source,
int size)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
public OutboundStream(java.io.OutputStream source)
source
- The decorated source stream.public OutboundStream(java.io.OutputStream source, int size)
source
- The decorated source stream.size
- the buffer size.Copyright © 2005-2012. All Rights Reserved.