@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) java.io.OutputStream |
getOutputStream() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
toString, writejava.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class DecoratingOutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class DecoratingOutputStreamjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class DecoratingOutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class DecoratingOutputStreamjava.io.IOExceptionCopyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.