All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mathbus.Base64InputStream

java.lang.Object
   |
   +----mathbus.Base64Stream
           |
           +----mathbus.Base64InputStream

public class Base64InputStream
extends Base64Stream
Provides code that constructs a MathBus node from a character stream that provides a Base64 representation.


Variable Index

 o stringIdTranslation

Constructor Index

 o Base64InputStream(InputStream)
Creates a Base64 stream from an InputStream.

Method Index

 o readNode()
Reads a single MathBus node from the input stream.

Variables

 o stringIdTranslation
 protected static Hashtable stringIdTranslation

Constructors

 o Base64InputStream
 public Base64InputStream(InputStream str)
Creates a Base64 stream from an InputStream.

Methods

 o readNode
 public Node readNode() throws IOException
Reads a single MathBus node from the input stream.

Throws: IOException
Thrown if input stream terminates abnormally or is malformed.

All Packages  Class Hierarchy  This Package  Previous  Next  Index