![]() |
![]() Some of the Java OutputStream functions are slightly different in Resin than a strict translation following Resins Bean reflection. Resin changes OutputStream to make its interface sensible for JavaScript.
Writes the byte to the stream.
Writes the string to the stream.
Writes the string to the stream, appending a newline.
Writes formatted output to the stream. Resin's printf function follows C's.
Flushes output to the stream.
Closes the stream.
|