Buffer:get

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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