Platforms to show: All Mac Windows Linux Cross-Platform

Back to BZip2DecompressMBS class.

BZip2DecompressMBS.Close

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Compression MBS Compression Plugin 9.7 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The destructor.

There is no need to call this method except you want to free all resources of this object now without waiting for Xojo to do it for you.

BZip2DecompressMBS.Constructor(BufferSize as Integer=20000)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Compression MBS Compression Plugin 9.7 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The constructor.

The buffer size you specify is the output buffer size.
If this size is small, you need to flush with ProcessZip.

BZip2DecompressMBS.EndZip

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Compression MBS Compression Plugin 9.7 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Finalizes the current decompression stream.

You may check the Output property after this.
Error is set.

BZip2DecompressMBS.GetOutput as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Compression MBS Compression Plugin 9.7 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the content of the output buffer.

The buffer is cleared after this function returns.

BZip2DecompressMBS.InitZip

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Compression MBS Compression Plugin 9.7 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Initializes the stream.

Error is set.

BZip2DecompressMBS.InputAvail as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Compression MBS Compression Plugin 9.7 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the number of bytes available in the input buffer.

BZip2DecompressMBS.OutputSize as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Compression MBS Compression Plugin 9.7 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The size of bytes available in the output buffer.

BZip2DecompressMBS.ProcessZip

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Compression MBS Compression Plugin 9.7 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Does zip compression.

Reduces the size of the input buffer and writes new data to the output buffer.
If the input buffer is not "" after this call, you need to call it again, but empty the output buffer before.
Error is set.

BZip2DecompressMBS.SetInput(data as Memoryblock) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Compression MBS Compression Plugin 13.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Fills the input buffer.

Returns true if successfull.
The current plugin uses a 128 K input buffer.

See also:

BZip2DecompressMBS.SetInput(data as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Compression MBS Compression Plugin 9.7 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Fills the input buffer.

Returns true if successfull.
The current plugin uses a 128 K input buffer.

See also:

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


The biggest plugin in space...