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.
   
  -   stringIdTranslation stringIdTranslation
-  
   
  -   Base64InputStream(InputStream) Base64InputStream(InputStream)
-  Creates a Base64 stream from an InputStream.
   
  -   readNode() readNode()
-  Reads a single MathBus node from the input stream.
   
 stringIdTranslation
stringIdTranslation
 protected static Hashtable stringIdTranslation
   
 Base64InputStream
Base64InputStream
 public Base64InputStream(InputStream str)
  -  Creates a Base64 stream from an InputStream.
 
   
 readNode
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