[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 3266
type TGDataInputStream = object(TGBufferedInputStream) |
||
|
||
function new(); |
|
|
function get_byte_order; |
|
|
function get_newline_type; |
|
|
function read_byte(); |
|
|
function read_int16(); |
|
|
function read_int32(); |
|
|
function read_int64(); |
|
|
function read_line(); |
|
|
procedure read_line_async(); |
|
|
function read_line_finish(); |
|
|
function read_line_finish_utf8(); |
|
|
function read_line_utf8(); |
|
|
function read_uint16(); |
|
|
function read_uint32(); |
|
|
function read_uint64(); |
|
|
function read_upto(); |
|
|
procedure read_upto_async(); |
|
|
function read_upto_finish(); |
|
|
procedure set_byte_order(); |
|
|
procedure set_newline_type(); |
|
|
property byte_order: TGDataStreamByteOrder; [rw] |
|
|
property newline_type: TGDataStreamNewlineType; [rw] |
|
|
end; |
|
||
|
||
|
||
|
||
|