Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to ArchiveWriterMBS class.
ArchiveWriterMBS.SetPassphrase(Password as String)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Archive | MBS Compression Plugin | 16.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Alternatively you can use the Passphrase event.
Lasterror property is set.
ArchiveWriterMBS.SetSkipFile(DeviceID as Int64, FileNo as Int64)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Archive | MBS Compression Plugin | 19.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is generally set to the dev/ino of the archive being written.
Lasterror property is set.
ArchiveWriterMBS.WriteData(data as MemoryBlock) as Int64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Archive | MBS Compression Plugin | 16.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns number of bytes written.
Lasterror property is set.
See also:
ArchiveWriterMBS.WriteData(data as Ptr, Size as Int64) as Int64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Archive | MBS Compression Plugin | 16.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns number of bytes written.
Lasterror property is set.
See also:
ArchiveWriterMBS.WriteData(data as string) as Int64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Archive | MBS Compression Plugin | 16.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns number of bytes written.
Lasterror property is set.
See also:
ArchiveWriterMBS.WriteData(SourceArchive as ArchiveReaderMBS) as Int64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Archive | MBS Compression Plugin | 19.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Loops over blocks in source archive entry and copies them all to current archive.
Returns number of bytes written.
Lasterror property is set.
See also:
ArchiveWriterMBS.WriteHeader(Entry as ArchiveEntryMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Archive | MBS Compression Plugin | 16.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Lasterror property is set.
ArchiveWriterMBS.ZipSetCompressionDeflate
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Archive | MBS Compression Plugin | 16.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Lasterror property is set.
ArchiveWriterMBS.ZipSetCompressionStore
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Archive | MBS Compression Plugin | 16.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Store is no compression.
Lasterror property is set.
The items on this page are in the following plugins: MBS Compression Plugin.