StreamWriter

Overview

Location

Instance Methods


constructor  protected    (declared in TextWriter) .NET, .NET Core 5.0, .NET Standard 2.0, Island

 

constructor

 

StreamWriter()

 

init()

 

Sub New()

constructor (Stream)

 

constructor(stream: Stream)

 

StreamWriter(Stream stream)

 

init(_ stream: Stream)

 

Sub New(stream As Stream)

Parameters:

  • stream:

Close  override

 

method Close

 

void Close()

 

func Close()

 

Sub Close()

Dispose    (declared in TextWriter)

 

method Dispose

 

void Dispose()

 

func Dispose()

 

Sub Dispose()

Dispose (Boolean)  protected virtual    (declared in TextWriter)

 

method Dispose(disposing: Boolean)

 

void Dispose(Boolean disposing)

 

func Dispose(_ disposing: Boolean)

 

Sub Dispose(disposing As Boolean)

Parameters:

  • disposing:

Flush  override

 

method Flush

 

void Flush()

 

func Flush()

 

Sub Flush()

Write  override

 

method Write(Value: String)

 

void Write(String Value)

 

func Write(_ Value: String)

 

Sub Write(Value As String)

Parameters:

  • Value:

WriteLine  virtual

 

method WriteLine

 

void WriteLine()

 

func WriteLine()

 

Sub WriteLine()

WriteLine (String)  override

 

method WriteLine(Value: String)

 

void WriteLine(String Value)

 

func WriteLine(_ Value: String)

 

Sub WriteLine(Value As String)

Parameters:

  • Value: