Skip to content

Std memory datastream open

std:std.memory.DataStream.Open

Function Open:DataStream( path:String,mode:String )#

Opens a data stream.

path should begin with a parenthesis enclosed, comma separated pair of values representing start and length of memory.

For example: "(10000,100)" represents 100 bytes starting at memory address 10000.