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
Super class: ArchiveWriterMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Archive | MBS Compression Plugin | 19.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
To create objects on disk:
1) Ask Constructor for a new ArchiveWriteDiskMBS object.
2) Set any global properties. In particular, you probably want to set the options.
3) For each entry: construct an appropriate ArchiveEntryMBS object, use WriteHeader to create the file/dir/etc on disk, use WriteData to write the entry data
4) Release object to cleanup the writer and release resources
In particular, you can use this in conjunction with ArchiveReaderMBS to pull entries out of an archive and create them on disk.
Subclass of the ArchiveWriterMBS class.
This class has no sub classes.
The items on this page are in the following plugins: MBS Compression Plugin.
ArchiverMBS - ArchiveWriterMBS