BRL.BankStream: Functions Types Modinfo Source  

Bank streams

A bank stream allows you to read data into or out of a bank. A bank stream can be used with any of the stream commands, or anywhere a stream object is expected.

To create a bank stream, use the CreateBankStream command.

As with all streams, you should use CloseStream when you are finished with the bank stream.

Functions

Function CreateBankStream:TBankStream( bank:TBank )
ReturnsA bank stream object.
DescriptionCreate a bank stream.
InformationA bank stream allows you to read data into or out of a bank. A bank stream extends a stream so can be used in place of a stream.

Types

Type TBankStream Extends TStream
DescriptionBankStream Object.
Function Create:TBankStream( bank:TBank )
ReturnsA bank stream object.
DescriptionCreate a bank stream.
InformationA bank stream allows you to read data into or out of a bank. A bank stream extends a stream so can be used in place of a stream.

Module Information

Version1.01
AuthorMark Sibly
LicenseBlitz Shared Source Code
CopyrightBlitz Research Ltd
ModserverBRL
HistoryAdded TBankStreamFactory