TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.fs.archive
Class FsMultiplexedArchiveOutputShop.EntryOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by de.schlichtherle.truezip.io.DecoratingOutputStream
          extended by de.schlichtherle.truezip.fs.archive.FsMultiplexedArchiveOutputShop.EntryOutputStream
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
FsMultiplexedArchiveOutputShop<AE extends FsArchiveEntry>

private class FsMultiplexedArchiveOutputShop.EntryOutputStream
extends DecoratingOutputStream

This entry output stream writes directly to the output archive.


Field Summary
private  boolean closed
           
 
Fields inherited from class de.schlichtherle.truezip.io.DecoratingOutputStream
delegate
 
Constructor Summary
FsMultiplexedArchiveOutputShop.EntryOutputStream(OutputStream out)
           
 
Method Summary
 void close()
           
 
Methods inherited from class de.schlichtherle.truezip.io.DecoratingOutputStream
flush, toString, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

closed

private boolean closed
Constructor Detail

FsMultiplexedArchiveOutputShop.EntryOutputStream

FsMultiplexedArchiveOutputShop.EntryOutputStream(OutputStream out)
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class DecoratingOutputStream
Throws:
IOException

TrueZIP Kernel 7.0-rc1

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