ByteReader.peekData

Returns a constant pointer to the current data position if at least size bytes are left and keeps the current position.

class ByteReader
bool
peekData
(
out ubyte[] val
)

Parameters

val ubyte[]

address of a guint8 pointer variable in which to store the result

Return Value

Type: bool

TRUE if successful, FALSE otherwise.