TrueZIP Driver ZIP 7.1

de.schlichtherle.truezip.zip
Interface ZipEntryFactory<E extends ZipEntry>

Type Parameters:
E - The type of the created ZIP entries.
All Known Implementing Classes:
CheckedJarDriver, CheckedOdfDriver, CheckedReadOnlySfxDriver, CheckedZipDriver, DefaultZipEntryFactory, JarDriver, OdfDriver, ReadOnlySfxDriver, ZipDriver

public interface ZipEntryFactory<E extends ZipEntry>

A factory for ZipEntrys.

Author:
Christian Schlichtherle
See Also:
RawZipFile

Method Summary
 E newEntry(String name)
          Returns a new ZIP entry with the given name.
 

Method Detail

newEntry

E newEntry(String name)
Returns a new ZIP entry with the given name.

Parameters:
name - the entry name - null is not permitted.
Returns:
A new ZIP entry with the given name.

TrueZIP Driver ZIP 7.1

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