@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, writepublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class DecoratingOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class DecoratingOutputStreamIOExceptionOutputStream getOutputStream() throws IOException
IOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class DecoratingOutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class DecoratingOutputStreamIOExceptionCopyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.