@Interface public abstract class TextStreamWriter extends TextStreamBase
Column, Line
constructor, prototype
Constructor and Description |
---|
TextStreamWriter() |
Modifier and Type | Method and Description |
---|---|
void |
Write(String s)
Sends a string to an output stream.
|
void |
WriteBlankLines(double intLines)
Sends a specified number of blank lines (newline characters) to an output stream.
|
void |
WriteLine(String s)
Sends a string followed by a newline character to an output stream.
|
Close
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public void Write(String s)
public void WriteBlankLines(double intLines)
public void WriteLine(String s)