BinaryStream
From REALbasicWiki
| |||||
|---|---|---|---|---|---|
| Available on | | ||||
| General | |||||
| Superclass | Object | ||||
| Interfaces | * Readable | ||||
| Constants | |||||
| |||||
| Methods | |||||
| Properties | |||||
| Events | |||||
|
none | |||||
|
NOTE: You can get descriptions of the items above from the REALbasic documentation. | |||||
A BinaryStream represents an open file (or block of memory) and provides random access to it.
Contents |
[edit] Methods
[edit] Sub BinaryStream(handle as Integer, type as Integer)
This constructor allows you to create a BinaryStream object from a reference obtained from an external function. Not all types are supported on all platforms.
HandleTypeFileNumber specifies a file descriptor; this type does not appear to be supported in Mac OS X.
