htmlconverter
Class JavaStream

java.lang.Object
  |
  +--java.io.Reader
        |
        +--java.io.BufferedReader
              |
              +--htmlconverter.JavaStream
All Implemented Interfaces:
CplusplusText, CText, JavaText

public class JavaStream
extends java.io.BufferedReader
implements JavaText, CText, CplusplusText


Field Summary
static java.lang.String[] reservedWords
           
 
Fields inherited from class java.io.Reader
lock
 
Fields inherited from interface htmlconverter.JavaText
javaReservedWords
 
Fields inherited from interface htmlconverter.CText
cReservedWords
 
Fields inherited from interface htmlconverter.CplusplusText
cplusplusReservedWords
 
Method Summary
 void convertToHtml()
           
 void print(java.lang.String line, int offset, int index)
           
 
Methods inherited from class java.io.BufferedReader
close, mark, markSupported, read, read, readLine, ready, reset, skip
 
Methods inherited from class java.io.Reader
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reservedWords

public static java.lang.String[] reservedWords
Method Detail

convertToHtml

public void convertToHtml()

print

public void print(java.lang.String line,
                  int offset,
                  int index)