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
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.