Home >
Online Product Documentation >
Table of Contents >
Overview
Overview
The Stylus Studio File System Java API consists of the following classes, summarized in
Table 82.
|
Class
|
Description
|
|
StylusFile
|
Public interface that provides an abstract representation of a file in a custom file system.
|
|
StylusFileFactory
|
Public final class that defines a factory API that enables applications to read and write data streams using any file system that implements the StylusFile interface.
|
|
StylusFileHelpers
|
Public class of static helpers for use with StylusFile and StylusFileSystem interfaces and the StylusFile class.
|
|
StylusFileSystem
|
Public interface that represents a custom file system, enabling you to connect to and and browse files on that file system.
|
|
StylusFileSystemOptions
|
Public interface that provides optional methods
|
Table 82. File System Java API Classes
These files are packaged in
CustomFileSystem.jar, which is in the Stylus Studio
\bin directory.
Javadoc for the Stylus Studio File System Java API
Javadoc for the Stylus Studio File System Java API is installed with Stylus Studio. It is available in the Stylus Studio /doc/Javadoc directory. Open index.html to get started. The Javadoc is also available on the Stylus Studio Web site,
http://www.StylusStudio.com
.