TarInputStream.IEntryFactory Interface

SharpZip Compression Library

SharpZip Compression Library

TarInputStream.IEntryFactory Interface

This interface is provided, along with the method setEntryFactory(), to allow the programmer to have their own TarEntry subclass instantiated for the entries return from getNextEntry().

For a list of all members of this type, see TarInputStream.IEntryFactory Members.

public interface TarInputStream.IEntryFactory

Types that implement TarInputStream.IEntryFactory

Type Description
TarInputStream.EntryFactoryAdapter Standard entry factory class creating instances of the class TarEntry

Requirements

Namespace: ICSharpCode.SharpZipLib.Tar

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

TarInputStream.IEntryFactory Members | ICSharpCode.SharpZipLib.Tar Namespace