PrintWriter.

PrintWriter(OutputStream, bool) Constructor

Assembly
Db4objects.Db4o-2010.dll
Namespace
Sharpen.IO
Containing Type
PrintWriter

Syntax

public PrintWriter(OutputStream out, bool autoflush)

Parameters

Name Type Description
out OutputStream
autoflush bool

Return Value

Type Description
void