Interface ICollector<P>

Type Parameters:
P - Part to be added to the collection.
All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
ZipWriter

public interface ICollector<P> extends AutoCloseable
Implementations should convert their input to a 'usable' part. The collection handles the collection of parts, ensures they are closed if required and 'builds' the collection.
Author:
Niels Meijer