Class TBuffer (unit WSockbuf) |
Inherits from
TObject
constructor Create(nSize : Integer);
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
destructor Destroy;
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
function Peek(var Len : Integer) : Pointer;
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
function Read(Data : Pointer; Len : Integer) : Integer;
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
function Remove(Len : Integer) : Integer;
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
procedure SetBufSize(newSize : Integer);
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
function Write(Data : Pointer; Len : Integer) : Integer;
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
property BufSize : Integer
Buf : Pointer;
FBufSize : Integer;
RdCount : Integer;
WrCount : Integer;
constructor Create(nSize : Integer);
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
destructor Destroy;
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
function Peek(var Len : Integer) : Pointer;
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
function Read(Data : Pointer; Len : Integer) : Integer;
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
function Remove(Len : Integer) : Integer;
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
procedure SetBufSize(newSize : Integer);
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
function Write(Data : Pointer; Len : Integer) : Integer;
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
property BufSize : Integer
Buf : Pointer;
FBufSize : Integer;
RdCount : Integer;
WrCount : Integer;