Fields | This Package | All Packages
Provides fields that represent the standard input, output, and error files of a process. This class cannot be instantiated.
package com.ms.wfc.io
public final class Text
Remarks
This class is used for low-level system input and output. For example:
Text.out.writeLine("debug")
is the same as
System.out.println("debug")
See Also TextReader, TextWriter