Skip to content

Std memory datastream read

std:std.memory.DataStream.Read

Method Read:Int( buf:Void Ptr,count:Int )#
Method Read:Int( data:DataBuffer,offset:Int,count:Int )#

Reads data from the datastream.

Parameters
buf buf A pointer to the memory to read the data into.
count count The number of bytes to read.