TUTF8Codec.Decode(Pointer,Integer,Pointer,Integer,Integer,Integer) Method

Represents method Decode(Pointer,Integer,Pointer,Integer,Integer,Integer).

Namespace: flcUnicodeCodecs
public
 procedure Decode(const Buf: Pointer; const BufSize: Integer;
 const DestBuf: Pointer; const DestSize: Integer;
 out ProcessedBytes, DestLength: Integer); override;

Parameters

Buf
Type: Pointer

BufSize
Type: Integer

DestBuf
Type: Pointer

DestSize
Type: Integer

ProcessedBytes
Type: Integer

DestLength
Type: Integer

Overrides

TCustomUnicodeCodec.Decode(Pointer,Integer,Pointer,Integer,Integer,Integer)