ArchiveWriteDiskMBS class

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

ArchiveWriteDiskMBS class

Super class: ArchiveWriterMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Archive MBS Compression Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The archive subclass class for writing files to disk.

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.

Super class ArchiveWriterMBS

Super class ArchiverMBS

This class has no sub classes.

Some examples using this class:

Blog Entries

Release notes


The items on this page are in the following plugins: MBS Compression Plugin.


ArchiverMBS   -   ArchiveWriterMBS


💬 Ask a question or report a problem