PrintStream: Class for writing strings to an output stream

Description Usage Arguments Fields and Methods Author(s)

Description

Package: R.io
Class PrintStream

Object
~~|
~~+--OutputStream
~~~~~~~|
~~~~~~~+--FilterOutputStream
~~~~~~~~~~~~|
~~~~~~~~~~~~+--PrintStream

Directly known subclasses:
HtmlPrintStream

public static class PrintStream
extends FilterOutputStream

Class for writing strings to an output stream.

Usage

1
PrintStream(out=NULL, autoFlush=FALSE, ...)

Arguments

out

An OutputStream to be written to.

autoFlush

Not used by this class, but possible by its subclasses.

...

Not used.

Fields and Methods

Methods:

print Writes a string (or any object) to the output stream.
println Writes a string (or any object) followed by a new line to the output stream.

Methods inherited from FilterOutputStream:
close, flush, write

Methods inherited from OutputStream:
close, finalize, flush, write

Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstanciationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)


HenrikBengtsson/R.io documentation built on May 6, 2019, 11:54 p.m.