The plugin part LargeStream
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
The plugin part MBS Util Plugin:LargeStream:
All Console safe,
83 entry points.
- class FolderItem
- class LargeBinaryStreamMBS
- method QueryDiskGeometry(byref Cylinders as Int64, byref MediaType as integer, byref TracksPerCylinder as integer, byref SectorsPerTrack as integer, byref BytesPerSector as integer) as boolean
- method LockFileExclusive as boolean
- method UnlockFileExclusive as boolean
- method Allocate(count as int64, flags as integer) as int64
- method Flush
- method Close
- method ReadBlock(count as integer) as memoryblock
- method WriteBlock(data as memoryblock,count as integer)
- method Read(count as integer) as string
- method Write(data as string)
- method ReadByte as Integer
- method WriteByte(data as Integer)
- method ReadLong as Integer
- method WriteLong(data as Integer)
- method ReadShort as Integer
- method WriteShort(data as Integer)
- property Length as Int64
- property Position as Int64
- property CanWrite as Boolean
- property LittleEndian as Boolean
- property EOF as Boolean
- property Yield as Boolean
- property Lasterror as Integer
- shared method Open(file as folderitem, write as Boolean) as LargeBinaryStreamMBS
- shared method Create(file as folderitem, MacType as string, MacCreator as string) as LargeBinaryStreamMBS
- shared method OpenAsResStream(file as folderitem, write as Boolean) as ResStreamMBS
- shared method CreateResStream(file as folderitem, MacType as string, MacCreator as string) as ResStreamMBS
- shared method DeleteResourceFork(file as folderitem)
- shared method DeleteDataFork(file as folderitem)
- shared method Open(path as string, write as Boolean, WinShareMode as integer = 0) as LargeBinaryStreamMBS
- shared method Create(path as string, MacType as string, MacCreator as string, WinShareMode as integer = 0) as LargeBinaryStreamMBS
- shared method OpenAsResStream(path as string, write as Boolean) as ResStreamMBS
- shared method CreateResStream(path as string, MacType as string, MacCreator as string) as ResStreamMBS
- shared method WinOpenStream(file as folderitem, StreamName as String, write as Boolean, WinShareMode as integer = 0) as LargeBinaryStreamMBS
- shared method WinCreateStream(file as folderitem, StreamName as String, WinShareMode as integer = 0) as LargeBinaryStreamMBS
- shared method WinDeleteStream(file as folderitem, StreamName as String) as boolean
- class RamStreamMBS
- class ResStreamMBS
- Globals:
Blog Entries
Videos
Xojo Developer Magazine