Platforms to show: All Mac Windows Linux Cross-Platform

Back to ArchiverMBS class.

ArchiverMBS.Compression as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Archive MBS Compression Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The ID of the compression algorithm.

This is an alias for FilterCode(0).
(Read only property)

ArchiverMBS.CompressionName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Archive MBS Compression Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The name of the compression algorithm.

This is an alias for FilterName(0).
(Read only property)

ArchiverMBS.ErrNo as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Archive MBS Compression Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Last error's errno value.

The unix error code.
(Read only property)

ArchiverMBS.ErrorString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Archive MBS Compression Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The last error string.

(Read only property)

ArchiverMBS.FileCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Archive MBS Compression Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The file count.

May not be known before all files have been seen/processed.
(Read only property)

ArchiverMBS.FilterCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Archive MBS Compression Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The number of filters currently in use.

An archive may have several filters, e.g. tar to archive and gzip to compress.
(Read only property)

ArchiverMBS.Format as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Archive MBS Compression Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The ID of the current format.

(Read only property)

ArchiverMBS.FormatName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Archive MBS Compression Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The name of the current format.

(Read only property)

ArchiverMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Archive MBS Compression Plugin 16.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The internal object reference.

(Read only property)

ArchiverMBS.Lasterror as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Archive MBS Compression Plugin 16.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The last error code.

See kArchive constants.
(Read only property)

ArchiverMBS.Open as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Archive MBS Compression Plugin 16.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether an archive is currently open.

(Read only property)

ArchiverMBS.PositionCompressed as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Archive MBS Compression Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The position in the archive compressed.

This is an alias for FilterBytes(-1).
(Read only property)

Some examples using this property:

ArchiverMBS.PositionUncompressed as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Archive MBS Compression Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The position in the archive uncompressed.

This is an alias for FilterBytes(0).
(Read only property)

ArchiverMBS.Yield as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Archive MBS Compression Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether to yield on extract methods.

Set true to pass CPU time to other Xojo threads.
(Read and Write property)

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


The biggest plugin in space...