org.apache.commons.net.io
public final class FromNetASCIIOutputStream extends FilterOutputStream
Because of the translation process, a call to flush() will
not flush the last byte written if that byte was a carriage
return. A call to close() , however, will
flush the carriage return.
| Constructor Summary | |
|---|---|
| FromNetASCIIOutputStream(OutputStream output)
Creates a FromNetASCIIOutputStream instance that wraps an existing
OutputStream.
| |
Parameters: output The OutputStream to wrap.