Procedures, 17
| Name | Parameters | Returns | Access | Versions | Obsolete | ||
|---|---|---|---|---|---|---|---|
| CreateZipArchive | () | public | 17-28 | - | |||
| OpenZipArchive | (InStream, Boolean) | public | 17-28 | - | |||
| OpenZipArchive | (InStream, Boolean, Integer) | public | 17-28 | - | |||
| OpenZipArchive | (Codeunit Temp Blob, Boolean) | public | 17-28 | - | |||
| SaveZipArchive | (OutStream) | public | 17-28 | - | |||
| SaveZipArchive | (var Codeunit Temp Blob) | public | 17-28 | - | |||
| CloseZipArchive | () | public | 17-28 | - | |||
| GetEntryList | (var List) | public | 17-28 | - | |||
| ExtractEntry | (Text, OutStream, var Integer) | public | 17-28 | Pending 23.0 | |||
| This function has been replaced by the function ExtractEntry(EntryName: Text; OutputOutStream: OutStream) which instead returns the entry length. | |||||||
| AddEntry | (InStream, Text) | public | 17-28 | - | |||
| IsGZip | (InStream) | Boolean | public | 17-28 | - | ||
| GZipCompress | (InStream, OutStream) | public | 17-28 | - | |||
| GZipDecompress | (InStream, OutStream) | public | 17-28 | - | |||
| ExtractEntry | (Text, OutStream) | Integer | public | 22-28 | - | ||
| RemoveEntry | (Text) | public | 22-28 | - | |||
| ExtractEntry | (Text, var Codeunit Temp Blob) | Integer | public | 23-28 | - | ||
| IsZip | (InStream) | Boolean | public | 23-28 | - | ||