TarInputStream.IEntryFactory Interface

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class 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