TStreamWriter Class

Represents type TStreamWriter.

Namespace: System.Stream
TObject
  System.Stream.TTextWriter
    System.Stream.TStreamWriter
type
 TStreamWriter = class(TTextWriter)
 end;

The TStreamWriter type exposes the following members.

Show:
 NameDescription
Create(String,Boolean,TEncoding)

Overloaded. Initializes a new instance of the TStreamWriter class.

Create(TStream,TEncoding)

Overloaded. Initializes a new instance of the TStreamWriter class.

Top
Show:
 NameDescription
AutoFlush

Represents property AutoFlush.

BaseStream

Represents property BaseStream.

Encoding

Represents property Encoding.

NewLine

Represents property NewLine.

Top
Show:
 NameDescription
Close

Represents method Close. (Inherited from TTextWriter.)

Flush

Represents method Flush. (Inherited from TTextWriter.)

GetAutoFlush

Represents method GetAutoFlush.

GetEncoding

Represents method GetEncoding.

GetNewLine

Represents method GetNewLine.

GetStream

Represents method GetStream.

SetAutoFlush(Boolean)

Represents method SetAutoFlush(Boolean).

SetNewLine(String)

Represents method SetNewLine(String).

Write(Boolean)

Overloaded. Represents method Write(Boolean). (Inherited from TTextWriter.)

Write(Float)

Overloaded. Represents method Write(Float). (Inherited from TTextWriter.)

Write(Integer)

Overloaded. Represents method Write(Integer). (Inherited from TTextWriter.)

Write(String)

Overloaded. Represents method Write(String). (Inherited from TTextWriter.)

WriteLine

Overloaded. Represents method WriteLine. (Inherited from TTextWriter.)

WriteLine(Boolean)

Overloaded. Represents method WriteLine(Boolean). (Inherited from TTextWriter.)

WriteLine(Float)

Overloaded. Represents method WriteLine(Float). (Inherited from TTextWriter.)

WriteLine(Integer)

Overloaded. Represents method WriteLine(Integer). (Inherited from TTextWriter.)

WriteLine(String)

Overloaded. Represents method WriteLine(String). (Inherited from TTextWriter.)

Top