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
 File Library

File Library Resin 1.0

Resin's file library coalesces Java's cacophony of conflicting I/O classes. All the different classes for input and output streams, readers and writers, collapse into the single Stream class. All filesystem, naming, directory and opening functions collapse into the single File class. File names are always URLs.

VFS

Resin 1.0

The filesystem supports several virtual filesystems using the familiar URL scheme. Sending mail (mailto:) and retrieving HTTP documents (http:) uses the same file and stream API as files do.

File

Resin 1.0

The File object provides path and filesystem support: opening and removing files, listing directories, and retrieving file attributes. Paths are always URLs, using '/' to separate path components.

Read Stream

Resin 1.0

Read Streams encapsulate reading from files. Resin streams combine Java's InputStream, and Reader classes.

Write Stream

Resin 1.0

Write streams encapsulate writing to files. Resin streams combine Java's OutputStream, and Writer classes.

java.io.InputStream

Resin 1.0

Resin modifies Java's InputStream to make it compatible with JavaScript.

java.io.OutputStream

Resin 1.0

Resin modifies Java's OutputStream to make it compatible with JavaScript.

Printf   VFS
Copyright © 1998-2000 Caucho Technology. All rights reserved.
Last modified: Fri, 31 Mar 2000 18:50:53 -0800 (PST)