TarInputStream.IEntryFactory Interface

This interface is provided, 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.

[Visual Basic]
Public Interface TarInputStream.IEntryFactory
[C#]
public interface TarInputStream.IEntryFactory

Requirements

Namespace: ICSharpCode.SharpZipLib.Tar Namespace

Assembly: SharpZipLib.dll

See Also

TarInputStream.IEntryFactory Members | ICSharpCode.SharpZipLib.Tar Namespace