All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.www.pics.PICSStream

java.lang.Object
   |
   +----java.io.InputStream
           |
           +----java.io.FilterInputStream
                   |
                   +----java.io.PushbackInputStream
                           |
                           +----w3c.tools.sexpr.SimpleSExprStream
                                   |
                                   +----w3c.www.pics.PICSStream

public class PICSStream
extends SimpleSExprStream
implements SExprStream
Basic implementation of the SExprStream parser interface.


Constructor Index

 o PICSStream(InputStream)

Method Index

 o main(String[])
 o printExpr(Object, PrintStream)
Produces a printed representation of an s-expression.
 o toNormativeForm(Object)
Produces a normative form of the string representation of an s-expression.
 o toString(Object)
Produces a string representation of an s-expression.

Constructors

 o PICSStream
 public PICSStream(InputStream input)

Methods

 o printExpr
 public static void printExpr(Object expr,
                              PrintStream out)
Produces a printed representation of an s-expression.

 o toString
 public static String toString(Object expr)
Produces a string representation of an s-expression.

 o toNormativeForm
 public String toNormativeForm(Object v)
Produces a normative form of the string representation of an s-expression.

Overrides:
toNormativeForm in class SimpleSExprStream
 o main
 public static void main(String args[]) throws SExprParserException, IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index