LogPrintWriter

constructor(out: Writer)(source)

Parameters

out

the Writer


constructor(out: OutputStream)(source)

Parameters

out

the output stream


constructor(fileName: String)(source)

Parameters

fileName

the file name

Throws

FileNotFoundException

the exception


constructor(file: File)(source)

Parameters

file

the file

Throws

FileNotFoundException

the exception


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

Parameters

out

the Writer

autoFlush

true means auto flush


constructor(fileName: String, csn: String)(source)

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)(source)

Parameters

file

the file

csn

name of the character set

Throws

FileNotFoundException

an exception

UnsupportedEncodingException

an exception