Buffer:get

From GiderosMobile
Revision as of 10:10, 7 February 2020 by Hgy29 (talk | contribs)

Available since: Gideros 2020.2
Class: Buffer

Description

Gets data from a Buffer object.

(string) = Buffer:get(offset,size)

Parameters

offset: (number) Position in the buffer to get data from. optional
size: (number) Size of the data to fetch. optional

Return values

Returns (string) Extracted data.