Codeunit 421 Data Compression Impl. in 23
- App
- System Application
- Namespace
- System.IO
Versions171819202122232425262728latest
Procedures, 16
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| CreateZipArchive | () | public | - | |
| GZipCompress | (InStream, OutStream) | public | - | |
| GZipDecompress | (InStream, OutStream) | public | - | |
| OpenZipArchive | (InStream, Boolean) | public | - | |
| OpenZipArchive | (InStream, Boolean, Integer) | public | - | |
| OpenZipArchive | (Codeunit Temp Blob, Boolean) | public | - | |
| SaveZipArchive | (OutStream) | public | - | |
| SaveZipArchive | (var Codeunit Temp Blob) | public | - | |
| CloseZipArchive | () | public | - | |
| IsGZip | (InStream) | Boolean | public | - |
| GetEntryList | (var List) | public | - | |
| ExtractEntry | (Text, OutStream, var Integer) | public | - | |
| AddEntry | (InStream, Text) | public | - | |
| RemoveEntry | (Text) | public | - | |
| IsZip | (InStream) | Boolean | public | - |
| ExtractEntry | (Text, var Codeunit Temp Blob) | Integer | public | - |