|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IOTools.ResourceLocator | A ResourceLocator is used to assist in finding and opening InputStream's and URL's for an application based on the resources name. |
| Class Summary | |
|---|---|
| FileFollower | Incomplete. |
| IOTools | Handy tools for working with I/O. |
| IOTools.BaseDirectoryResourceLocator | An implementation of IOTools.ResourceLocator that uses the specified
base directory to try to locate resources. |
| IOTools.ClassLoaderResourceLocator | An implementation of IOTools.ResourceLocator that uses the specified
Class to try to locate resources. |
| IOTools.ObjectStreamPair | An immutable holder of an ObjectInputStream and ObjectOutputStream pair. |
| IOTools.ServletResourceLocator | An implementation of IOTools.ResourceLocator that uses the specified
HttpServlet to try to locate resources. |
| SerializationTools | Handy tools for doing common object serialization tasks. |
| StreamConverter | Converts an OutputStream to an InputStream. |
| TransferWrapper | Used to transfer byte[] data with a marker indicating whether or not the data has been compressed. |
| Exception Summary | |
|---|---|
| ClosedStreamException | Thrown to indicate that either the stream was closed before the request, or that the stream was closed while waiting for the request to complete. |
| SerializationTools.SerializationException | Used to indicate that something went wrong in one of the SerializationTools functions. |
| WaitInterruptStreamException | Thrown to indicate that the thread waiting on an I/O condition was interrupted while waiting. |
Java I/O related utilities. IOTools has many handy functions.
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||