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

TGBufferedInputStream

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

Declaration

Source position: lazgio2.pas line 2038

type TGBufferedInputStream = object(TGFilterInputStream)

  priv1: PGBufferedInputStreamPrivate;

  

  function new();

  

  function new_sized();

  

  function fill();

  

  procedure fill_async();

  

  function fill_finish();

  

  function get_available;

  

  function get_buffer_size;

  

  function peek();

  

  function peek_buffer();

  

  function read_byte();

  

  procedure set_buffer_size();

  

  property buffer_size: gsize; [rw]

  

end;

Inheritance

TGBufferedInputStream

  

TGFilterInputStream

  

TGInputStream

  

TGObject