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, write
public DoubleDotOutputStream(OutputStream out)
public void write(int b) throws IOException
write
in class FilterOutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterOutputStream
IOException
- on errorCopyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.