[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

TGMemoryOutputStream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgio2.pas line 4874

type TGMemoryOutputStream = object(TGOutputStream)

  priv1: PGMemoryOutputStreamPrivate;

  

  function new();

  

  function new_resizable;

  

  function get_data;

  

  function get_data_size;

  

  function get_size;

  

  function steal_as_bytes;

  

  function steal_data;

  

  property data: gpointer; [r]

  

  property data_size: gsize; [r]

  

  property size: gsize; [r]

  

end;

Inheritance

TGMemoryOutputStream

  

TGOutputStream

  

TGObject