|
Fingerprint_Card
|
Classes | |
| class | ICSharpCode.SharpZipLib.Tar.TarInputStream |
| The TarInputStream reads a UNIX tar archive as an InputStream. methods are provided to position at each successive entry in the archive, and the read each entry as a normal input stream using read(). More... | |
| interface | ICSharpCode.SharpZipLib.Tar.TarInputStream.IEntryFactory |
| 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. More... | |
| class | ICSharpCode.SharpZipLib.Tar.TarInputStream.EntryFactoryAdapter |
| Standard entry factory class creating instances of the class TarEntry. More... | |
Namespaces | |
| namespace | ICSharpCode |
| namespace | ICSharpCode.SharpZipLib |
| namespace | ICSharpCode.SharpZipLib.Tar |