Class TextWriter

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(name: string, writeByteOrderMark: boolean, outputFileType: OutputFileType): TextWriter

Parameters

  • name: string
  • writeByteOrderMark: boolean
  • outputFileType: OutputFileType

Returns

TextWriter

Properties

private contents: any

private name: any

public onNewLine: boolean

private outputFileType: any

private writeByteOrderMark: any

Methods

public Close()

public Write(s: string)

Parameters

  • s: string

public WriteLine(s: string)

Parameters

  • s: string

public getOutputFile(): OutputFile

Returns

OutputFile