std:std.memory.DataBuffer.PeekString
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. |