TStream.WriteData
Declaration
Source position: classesh.inc line 1042
public
function WriteData(const Buffer: TBytes; Count: NativeInt) : NativeInt
; Overload;
function WriteData(const Buffer: Pointer; Count: NativeInt) : NativeInt
; Overload;
function WriteData(const Buffer: Boolean) : NativeInt; Overload;
function WriteData(const Buffer: Boolean; Count: NativeInt) : NativeInt
; Overload;
function WriteData(const Buffer: AnsiChar) : NativeInt; Overload;
function WriteData(const Buffer: AnsiChar; Count: NativeInt) : NativeInt
; Overload;
function WriteData(const Buffer: WideChar) : NativeInt; Overload;
function WriteData(const Buffer: WideChar; Count: NativeInt) : NativeInt
; Overload;
function WriteData(const Buffer: Int8) : NativeInt; Overload;
function WriteData(const Buffer: Int8; Count: NativeInt) : NativeInt
; Overload;
function WriteData(const Buffer: UInt8) : NativeInt; Overload;
function WriteData(const Buffer: UInt8; Count: NativeInt) : NativeInt
; Overload;
function WriteData(const Buffer: Int16) : NativeInt; Overload;
function WriteData(const Buffer: Int16; Count: NativeInt) : NativeInt
; Overload;
function WriteData(const Buffer: UInt16) : NativeInt; Overload;
function WriteData(const Buffer: UInt16; Count: NativeInt) : NativeInt
; Overload;
function WriteData(const Buffer: Int32) : NativeInt; Overload;
function WriteData(const Buffer: Int32; Count: NativeInt) : NativeInt
; Overload;
function WriteData(const Buffer: UInt32) : NativeInt; Overload;
function WriteData(const Buffer: UInt32; Count: NativeInt) : NativeInt
; Overload;
function WriteData(const Buffer: Int64) : NativeInt; Overload;
function WriteData(const Buffer: Int64; Count: NativeInt) : NativeInt
; Overload;
function WriteData(const Buffer: UInt64) : NativeInt; Overload;
function WriteData(const Buffer: UInt64; Count: NativeInt) : NativeInt
; Overload;
function WriteData(const Buffer: Single) : NativeInt; Overload;
function WriteData(const Buffer: Single; Count: NativeInt) : NativeInt
; Overload;
function WriteData(const Buffer: Double) : NativeInt; Overload;
function WriteData(const Buffer: Double; Count: NativeInt) : NativeInt
; Overload;