LogPrintWriter

constructor(out: Writer)

Parameters

out

the Writer


constructor(out: OutputStream)

Parameters

out

the output stream


constructor(fileName: String)

Parameters

fileName

the file name

Throws

FileNotFoundException

the exception


constructor(file: File)

Parameters

file

the file

Throws

FileNotFoundException

the exception


constructor(out: Writer, autoFlush: Boolean)
constructor(out: OutputStream, autoFlush: Boolean)

Parameters

out

the Writer

autoFlush

true means auto flush


constructor(fileName: String, csn: String)

Parameters

fileName

the file name to use

csn

name of the character set

Throws

FileNotFoundException

an exception

UnsupportedEncodingException

an exception


constructor(file: File, csn: String)

Parameters

file

the file

csn

name of the character set

Throws

FileNotFoundException

an exception

UnsupportedEncodingException

an exception