Std memory databuffer peekstring
std:std.memory.DataBuffer.PeekString
Method PeekString:String( offset:Int )#
Method PeekString:String( offset:Int,count:Int )#
Reads a string from the databuffer.
If count
is omitted, all bytes from offset
until the end of the data buffer are read.
Parameters | |
---|---|
offset |
offset Byte offset to read the string. |
count |
count Number of bytes to read. |