Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

rcs.nml.* (22)rcs.posemath.* (29)rcs.utils.* (9)

rcs: Javadoc index of package rcs.


Package Samples:

rcs.nml
rcs.posemath
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
NMLMessageDictionary: The NMLMessageDictionary interface is used to create custom message sets for NML. It's primary function is to match an integer type identifier with a particular message class and update the class. Related Documentation: RCS Library , NML Programmers Guide (Java Version) Source Code: NMLMessageDictionary.java
XDRFormatConverter: The XDRFormatConverter converts NML message classes to XDR. XDR stands for eXternal Data Representation. Most users should not use it directly. Related Documentation: RCS Library , NML Programmers Guide (Java Version) Source Code: XDRFormatConverter.java
DISPFormatConverter: The DISPFormatConverter converts NML message classes to simple text strings. Most users should not use it directly. Related Documentation: RCS Library , NML Programmers Guide (Java Version) Source Code: DISPFormatConverter.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
NMLConnection: Class for connecting to NML buffers, ussually via network sockets. Related Documentation: RCS Library , NML Programmers Guide (Java Version) Source Code: NMLConnection.java
RCS_VERSION: Class for checking at run-time which version of the RCS Library is being used. Related Documentation: RCS Library , RCS Version Functions Source Code: RCS_VERSION.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
RCS_STAT_MSG: Base class for NML status messages. Related Documentation: RCS Library , NML Programmers Guide (Java Version) Source Code: RCS_STAT_MSG.java
RCS_CMD_MSG: Base class for NML command messages. Related Documentation: RCS Library , NML Programmers Guide (Java Version) Source Code: RCS_CMD_MSG.java
NMLFormatConverterBase: This class is the base class for all classes used by NML to convert local data types to some neutral format usable by many different types of hosts. Source Code: NMLFormatConverter.java
errlogMsgDict: Implements an NML message dictionary for a set of messages usually used for logging errors and/or communication with a generic operator interface.
NMLmsg: This is the abstract base class of all messages sent or recieved via NML. Source Code: NMLmsg.java
NMLFormatConverter: interface each NMLmsg should use to implement it's update function.
NMLException: The base class for all exceptions thrown by NML.
NMLBufferConfigInfo
NMLConfigInfo
NML_DISPLAY
NML_ERROR
NML_PERFORMANCE_TEST_MSG
NML_TEXT
NonBlockingDatagramSocket
autoconf

Home | Contact Us | Privacy Policy | Terms of Service