caucho
Resin 1.1
FAQ
Reference
JavaDoc
Demo
Java Tutorial

Getting Started
Configuration
Servlet
JSP
XTP/XSL
JavaScript
JS Library

Core Library
File Library
Servlet Library
Database Library
XML Library

VFS
File
ReadStream
WriteStream
InputStream
OutputStream
 java.io.OutputStream

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.

java.io.OutputStream properties Resin 1.0

writeByte(b)

Writes the byte to the stream.

write(string)

Writes the string to the stream.

writeln(string)

Writes the string to the stream, appending a newline.

printf(fmt, ...)

Writes formatted output to the stream. Resin's printf function follows C's.

flush()

Flushes output to the stream.

close()

Closes the stream.

InputStream   Servlet Library
Copyright © 1998-2000 Caucho Technology. All rights reserved.
Last modified: Fri, 31 Mar 2000 18:53:30 -0800 (PST)