Difference between revisions of "TFileStream"

From Soldat Community Wiki
Jump to: navigation, search
m (Undo revision 1221 by Mighty (talk))
m (Members)
Line 73: Line 73:
 
| align="center" | yes
 
| align="center" | yes
 
|-
 
|-
| property [[TStream.Size]]: Int64
+
| property [[TStream.Size|Size]]: Int64
 
| align="center" | RW  
 
| align="center" | RW  
 
| align="center" | yes
 
| align="center" | yes

Revision as of 23:30, 25 August 2013

Inheritance

Description

A binary stream to read/write from/to file

user constructable: NO
user destructable:  YES

Members

Member declaration Access mode Inherited
procedure Clear no
procedure LoadFromStream(Stream:TStream) no
procedure LoadFromFile(FileName:String) no
procedure SaveToStream(Stream:TStream) no
procedure SaveToFile(FileName:String) no
procedure SetSize(NewSize:LongInt) no
procedure Free yes
function Read(Buffer:String;Count:LongInt):LongInt yes
function Write(Buffer:String;Count:LongInt):LongInt yes
function Seek(Offset:LongInt;Origin:Word):LongInt yes
procedure ReadBuffer(Buffer:String;Count:LongInt) yes
procedure WriteBuffer(Buffer:String;Count:LongInt) yes
function CopyFrom(Source:TStream;Count:Int64):LongInt yes
property Position: Int64 RW yes
property Size: Int64 RW yes