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 LargeBinaryStreamMBS class.
LargeBinaryStreamMBS.CanWrite as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Files | MBS Util Plugin | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Even if you open a file for write you may still not be allowed to write if the permissions of the file don't allow you to write.
(Read only property)
LargeBinaryStreamMBS.EOF as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Files | MBS Util Plugin | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
You can set this property to truncate the file.
(Read only property)
LargeBinaryStreamMBS.Lasterror as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Files | MBS Util Plugin | 12.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The values are platform dependent, but zero is no error everywhere.
(Read and Write property)
LargeBinaryStreamMBS.Length as Int64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Files | MBS Util Plugin | 7.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
You can truncate the stream by setting this property.
Can't be set on Linux currently.
(Read and Write property)
LargeBinaryStreamMBS.LittleEndian as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Files | MBS Util Plugin | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See Xojo's binarystream for more details.
For native platform you may set "littleendian=targetwin32".
(Read and Write property)
LargeBinaryStreamMBS.Position as Int64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Files | MBS Util Plugin | 7.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
You can set the current file stream position using this property.
(Read and Write property)
LargeBinaryStreamMBS.Yield as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Files | MBS Util Plugin | 9.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
If true on Mac OS X CPU time will be given to other threads while read or write operations are pending. To have an effect you need to call read/write methods in a thread.
(Read and Write property)
The items on this page are in the following plugins: MBS Util Plugin.