TFileStream Class

Represents type TFileStream.

Namespace: System.Stream
TObject
  System.Stream.TStream
    System.Stream.TFileStream
type
 TFileStream = class(TStream)
 end;

The TFileStream type exposes the following members.

Show:
 NameDescription
Create(String,TFileOpenMode)

Initializes a new instance of the TFileStream class.

Top
Show:
 NameDescription
Position

Represents property Position. (Inherited from TStream.)

Size

Represents property Size. (Inherited from TStream.)

Top
Show:
 NameDescription
CopyFrom(TStream,Integer)

Represents method CopyFrom(TStream,Integer). (Inherited from TStream.)

GetPosition

Represents method GetPosition. (Inherited from TStream.)

GetSize

Represents method GetSize. (Inherited from TStream.)

Read(Variant)

Overloaded. Represents method Read(Variant). (Inherited from TStream.)

Read(Variant,Integer)

Overloaded. Represents method Read(Variant,Integer). (Inherited from TStream.)

Seek(Integer,TSeekOrigin)

Represents method Seek(Integer,TSeekOrigin). (Inherited from TStream.)

SetPosition(Integer)

Represents method SetPosition(Integer). (Inherited from TStream.)

SetSize(Integer)

Represents method SetSize(Integer). (Inherited from TStream.)

Write(Variant)

Represents method Write(Variant). (Inherited from TStream.)

Top