Codeunit 425 Data Compression in 23
- App
- System Application
- Namespace
- System.IO
Versions171819202122232425262728latest
Procedures, 17
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| CreateZipArchive | () | 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 | - | ||||
| GetEntryList | (var List) | public | - | ||||
| ExtractEntry | (Text, OutStream, var Integer) | public | 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 | - | ||||
| IsGZip | (InStream) | Boolean | public | - | |||
| GZipCompress | (InStream, OutStream) | public | - | ||||
| GZipDecompress | (InStream, OutStream) | public | - | ||||
| ExtractEntry | (Text, OutStream) | Integer | public | - | |||
| RemoveEntry | (Text) | public | - | ||||
| ExtractEntry | (Text, var Codeunit Temp Blob) | Integer | public | - | |||
| IsZip | (InStream) | Boolean | public | - | |||