Difference between revisions of "Buffer:trim"

From GiderosMobile
(Created page with "'''Available since:''' Gideros 2020.2<br/> '''Class:''' Buffer<br/> === Description === Removes data from the head or tail of a Buffer objec...")
(No difference)

Revision as of 10:58, 7 February 2020

Available since: Gideros 2020.2
Class: Buffer

Description

Removes data from the head or tail of a Buffer object. If amount is positive, data is removed from the beginning, otherwise data is removed from the end.

(number) = Buffer:trim(amount)

Parameters

amount: (number) Amount of data to remove.

Return values

Returns (number) New buffer size.