Package sexp

Interface Summary
SExpression This interface that must be implemented by all SExpressions classes.
 

Class Summary
Base64 This class provides static methods for doing RFC1521 base-64 encoding of arbitary octet-strings.
BaseSexp This class is a base implementation of the SExpression interface.
jsexp Does the same as Rivest's SEXP test tool.
Sexp This class implements the octet-string aspect of a SExpression.
SexpInputStream This class provides S-Expression input stream functionallity, in the same manner as Ron Rivest's reference S-Expression parser.
SexpOutputStream This class provides S-Expression stream output functionallity, in the same manner as Ron Rivest's reference S-Expression parser.
SimpleString This class represents the lowest-level S-Expression object.
SList This class implements the list-aspect of a SExpression.
test Tests the sexp package.
tools This abstract class provides various tool methods.
 

Exception Summary
SexpException Exceptions that can arise from this package.