|
Class Summary |
| BrowserInfo |
|
| CorrectedPipeData |
Contains information used by CorrectedPipedInputStream and
CorrectedPipedOutputStream. |
| CorrectedPipedInputStream |
This class provides the same interface as java.io.PipedInputStream
except that it corrects the problem that when java.io.PipedOutputStream
has 1k or more written to it, it blocks until the some of the data is read
from the input pipe before more can be written. |
| CorrectedPipedOutputStream |
This class provides the same interface as java.io.PipedOutputStream
except that it corrects the problem that when java.io.PipedOutputStream
has 1k or more written to it, it blocks until the some of the data is read
from the input pipe before more can be written. |
| jcrypt |
This class provides a Java-based implementation of the unix crypt command. |
| SimpleFileFilter |
|
| StrToLong |
|
| SystemProps |
|
| URL_and_FileLoader |
Class used to read text files one line at a time
either as a local file or via an HTTP server. |