[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 2038
type TGBufferedInputStream = object(TGFilterInputStream) |
||
|
||
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; |
|
||
|
||
|
||
|