TrueZIP Kernel 7.0-rc2

de.schlichtherle.truezip.socket
Interface OutputShop<E extends Entry>

Type Parameters:
E - The type of the entries.
All Superinterfaces:
Closeable, EntryContainer<E>, Iterable<E>, OutputService<E>
All Known Implementing Classes:
ConcurrentOutputShop, DecoratingOutputShop, FsDefaultArchiveController.Output, FsMultiplexedArchiveOutputShop

public interface OutputShop<E extends Entry>
extends Closeable, OutputService<E>

A closable output service.

All methods of this interface must reflect all entries, including those which have just been partially written yet, i.e. which have not already received a call to their close() method.

Author:
Christian Schlichtherle
See Also:
InputShop

Method Summary
 
Methods inherited from interface java.io.Closeable
close
 
Methods inherited from interface de.schlichtherle.truezip.socket.OutputService
getOutputSocket
 
Methods inherited from interface de.schlichtherle.truezip.entry.EntryContainer
getEntry, getSize, iterator
 


TrueZIP Kernel 7.0-rc2

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