| Home >> All >> rcs >> [ utils Javadoc ] |
rcs.utils: Javadoc index of package rcs.utils.
Package Samples:
rcs.utils
Classes:
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. CorrectedPipedInputStream/CorrectedPipedOutputStream only block for mutual exclusion but will allow any amount of data(atleast until you run out of memory) to be written to the pipe without waiting for a read. Related Documentation: RCS Library , NML Programmers Guide (Java Version) Source Code: CorrectedPipedOutputStream.java
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. CorrectedPipedInputStream/CorrectedPipedOutputStream only block for mutual exclusion but will allow any amount of data(atleast until you run out of memory) to be written to the pipe without waiting for a read. Related Documentation: RCS Library , NML Programmers Guide (Java Version) Source Code: CorrectedPipedInputStream.java
URL_and_FileLoader: Class used to read text files one line at a time either as a local file or via an HTTP server. Related Documentation: RCS Library , NML Programmers Guide (Java Version) Source Code: URL_and_FileLoader.java
CorrectedPipeData: Contains information used by CorrectedPipedInputStream and CorrectedPipedOutputStream. Related Documentation: RCS Library , NML Programmers Guide (Java Version) Source Code: CorrectedPipeData.java
jcrypt: This class provides a Java-based implementation of the unix crypt command. I downloaded this file from http://www.zeh.com/local/jfd/crypt.htm on March, 25 1997, and used it in rcs.nml.NMLConnection.login(). Source Code: jcrypt.java
BrowserInfo
SimpleFileFilter
StrToLong
SystemProps
| Home | Contact Us | Privacy Policy | Terms of Service |