| Interface | Description |
|---|---|
| ZipEntrySource |
An Interface to make getting the different bits
of a Zip File easy.
|
| Class | Description |
|---|---|
| Nullable<E> |
An immutable object that could be defined as null.
|
| ZipFileZipEntrySource |
A ZipEntrySource wrapper around a ZipFile.
|
| ZipInputStreamZipEntrySource |
Provides a way to get at all the ZipEntries
from a ZipInputStream, as many times as required.
|
| ZipInputStreamZipEntrySource.FakeZipEntry |
So we can close the real zip entry and still
effectively work with it.
|
Copyright © 2020. All rights reserved.