CFMutableBinaryDataMBS 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
CFMutableBinaryDataMBS class
Super class: CFBinaryDataMBS
A class for core foundation data.
If the release property is true, the destructor of this class will release the data reference.
This class works on Windows with QuickTime 7 installed.
Subclass of the CFBinaryDataMBS class.
- 18 methods
- method AppendCFBinaryDataMBS(m as CFBinaryDataMBS)
- method AppendCFBinaryDataMBS(m as CFBinaryDataMBS,len as Integer)
- method AppendMem(m as memoryblock)
- method AppendMem(m as memoryblock,len as Integer)
- method AppendStr(s as string)
- method AppendStr(s as string,len as Integer)
- method Constructor(capacity as Integer)
- method Constructor(data as MemoryBlock)
- method Constructor(data as string)
- method Delete(pos as Integer,len as Integer)
- method IncreaseLength(extralen as Integer)
- method ReplaceCFBinaryDataMBS(m as CFBinaryDataMBS,pos as Integer,len as Integer)
- method ReplaceCFBinaryDataMBS(m as CFBinaryDataMBS,pos as Integer,len as Integer,newlen as Integer)
- method ReplaceMem(m as memoryblock,pos as Integer,len as Integer)
- method ReplaceMem(m as memoryblock,pos as Integer,len as Integer,newlen as Integer)
- method ReplaceStr(s as string,pos as Integer,len as Integer)
- method ReplaceStr(s as string,pos as Integer,len as Integer,newlen as Integer)
- method SetLength(len as Integer)
- property len as Integer
- 8 methods
- method clone as CFBinaryDataMBS
- method Constructor(data as MemoryBlock)
- method Constructor(data as string)
- method Edit as CFMutableBinaryDataMBS
- method Mem as Memoryblock
- method Mem(pos as Integer,len as Integer) as Memoryblock
- method Str as String
- method Str(pos as Integer,len as Integer) as String
This class has no sub classes.
Some useful global functions for this class:
Some methods using this class:
Blog Entries
The items on this page are in the following plugins: MBS MacCF Plugin.
CFMutableBagMBS
-
CFMutableCharacterSetMBS