@NotThreadSafe private class LazyOutputSocket.ProxyOutputStream extends DecoratingOutputStream
delegate| Constructor and Description |
|---|
LazyOutputSocket.ProxyOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
(package private) OutputStream |
getOutputStream() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
toString, writeOutputStream getOutputStream() throws IOException
IOExceptionpublic void write(int b)
throws IOException
write in class DecoratingOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class DecoratingOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class DecoratingOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class DecoratingOutputStreamIOExceptionCopyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.