std.memory.DataStream.Read - nitrologic/monkey2 GitHub Wiki
std::std.memory.std.memory.DataStream.Read
monkey:monkey.types.Int( buf:Void Ptr,count:monkey:monkey.types.Int )
Method Read:monkey:monkey.types.Int( data:std:std.memory.DataBuffer,offset:monkey:monkey.types.Int,count:monkey:monkey.types.Int )
Method Read: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. |