Members
Icon | Member | Description |
---|---|---|
UpdateEntry(String, String) |
Updates the given entry in the ZipFile, using the given
string as content for the ZipEntry.
|
|
UpdateEntry(String, String, Encoding) |
Updates the given entry in the ZipFile, using the given string as
content for the ZipEntry.
|
|
UpdateEntry(String, WriteDelegate) |
Updates the given entry in the ZipFile, using the given delegate
as the source for content for the ZipEntry.
|
|
UpdateEntry(String, OpenDelegate, CloseDelegate) |
Updates the given entry in the ZipFile, using the given delegates
to open and close the stream that provides the content for the ZipEntry.
|
|
UpdateEntry(String, Stream) |
Updates the given entry in the ZipFile, using the given stream as
input, and the given filename and given directory Path.
|
|
UpdateEntry(String, array<Byte>[]()[][]) |
Updates the given entry in the ZipFile, using the given byte
array as content for the entry.
|