de.schlichtherle.truezip.socket
Class LazyOutputSocket.ProxyOutputStream
java.lang.Object
java.io.OutputStream
de.schlichtherle.truezip.io.DecoratingOutputStream
de.schlichtherle.truezip.socket.LazyOutputSocket.ProxyOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- LazyOutputSocket<E extends Entry>
@NotThreadSafe
private class LazyOutputSocket.ProxyOutputStream
- extends DecoratingOutputStream
LazyOutputSocket.ProxyOutputStream
LazyOutputSocket.ProxyOutputStream()
getOutputStream
OutputStream getOutputStream()
throws IOException
- Throws:
IOException
write
public void write(int b)
throws IOException
- Overrides:
write in class DecoratingOutputStream
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Overrides:
write in class DecoratingOutputStream
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush in interface Flushable- Overrides:
flush in class DecoratingOutputStream
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class DecoratingOutputStream
- Throws:
IOException
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.