TFSHandleStreamEx

From Ultibo.org
Revision as of 05:11, 17 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Filesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:Integer);
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