TFSHandleStreamEx

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TFSHandleStreamEx = class(TStreamEx)


Function declarations



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


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


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


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


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


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


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


Return to Unit Reference