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

TGMemoryInputStream

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

Declaration

Source position: lazgio2.pas line 4809

type TGMemoryInputStream = object(TGInputStream)

  priv1: PGMemoryInputStreamPrivate;

  

  function new;

  

  function new_from_bytes();

  

  function new_from_data();

  

  procedure add_bytes();

  

  procedure add_data();

  

end;

Inheritance

TGMemoryInputStream

  

TGInputStream

  

TGObject