TrueZIP Kernel 7.0-rc2

de.schlichtherle.truezip.socket
Class LazyOutputSocket.ProxyOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by de.schlichtherle.truezip.io.DecoratingOutputStream
          extended by de.schlichtherle.truezip.socket.LazyOutputSocket.ProxyOutputStream
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
LazyOutputSocket<E extends Entry>

@NotThreadSafe
private class LazyOutputSocket.ProxyOutputStream
extends DecoratingOutputStream


Field Summary
 
Fields inherited from class de.schlichtherle.truezip.io.DecoratingOutputStream
delegate
 
Constructor Summary
LazyOutputSocket.ProxyOutputStream()
           
 
Method Summary
 void close()
           
 void flush()
           
(package private)  OutputStream getOutputStream()
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class de.schlichtherle.truezip.io.DecoratingOutputStream
toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LazyOutputSocket.ProxyOutputStream

LazyOutputSocket.ProxyOutputStream()
Method Detail

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

TrueZIP Kernel 7.0-rc2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.