com.sun.perseus.platform |
|
Java Source File Name | Type | Comment |
BufferedInputStream.java | Class | A BufferedInputStream adds
functionality to another input stream-namely,
the ability to buffer the input and to
support the mark and reset
methods. |
FilterInputStream.java | Class | A FilterInputStream contains
some other input stream, which it uses as
its basic source of data, possibly transforming
the data along the way or providing additional
functionality. |
GZIPInputStream.java | Class | |
GZIPSupport.java | Class | |
MathSupport.java | Class | This class is used to provide URL resolution. |
MessagesSupport.java | Class | This class is used to provide support for formating messages. |
PURL.java | Class | Class URL represents a Uniform Resource
Locator, a pointer to a "resource" on the World
Wide Web. |
PURLStreamHandler.java | Class | The abstract class URLStreamHandler is the common
superclass for all stream protocol handlers. |
ResourceHandler.java | Class | This class provides a way to securely access platform resources.
On some versions of the Java platform, there is a need to specify
a security token to access resources. |
ThreadSupport.java | Class | |
URLResolver.java | Class | This class is used to provide URL resolution. |