THandleStreamEx

From Ultibo.org
Jump to: navigation, search

Return to Unit UltiboClasses


Description


To be documented

Class definitions



[Expand]

THandleStreamEx = class(TStreamEx)


Function declarations



[Expand]
constructor THandleStreamEx.Create(AHandle:THandle);
Description: To be documented


[Expand]
procedure THandleStreamEx.SetSize(NewSize:LongInt);
Description: To be documented


[Expand]
procedure THandleStreamEx.SetSizeEx(const NewSize:Int64);
Description: To be documented


[Expand]
function THandleStreamEx.Read(var Buffer; Count:Longint):Longint;
Description: To be documented


[Expand]
function THandleStreamEx.Write(const Buffer; Count:Longint):Longint;
Description: To be documented


[Expand]
function THandleStreamEx.Seek(Offset:Longint; Origin:Word):Longint;
Description: To be documented


[Expand]
function THandleStreamEx.SeekEx(const Offset:Int64; Origin:Word):Int64;
Description: To be documented


Return to Unit Reference