public class DoubleDotOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
DoubleDotOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
RFC 1939: 3 Basic Operations
[...]
Hence a multi-line response is terminated with the five octets
"CRLF.CRLF"
Do not close actual outputstream
|
void |
write(int b) |
flush, write, writepublic DoubleDotOutputStream(OutputStream out)
public void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOException - on errorCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.