com.bluemarsh.jswat.parser
Class UnicodePreprocessor

java.lang.Object
  |
  +--java.io.Reader
        |
        +--com.bluemarsh.jswat.parser.UnicodePreprocessor

public class UnicodePreprocessor
extends java.io.Reader


Fields inherited from class java.io.Reader
lock
 
Constructor Summary
UnicodePreprocessor(java.io.PushbackReader in)
           
 
Method Summary
 void close()
           
 int read()
           
 int read(char[] cbuf, int off, int len)
           
 
Methods inherited from class java.io.Reader
mark, markSupported, read, ready, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicodePreprocessor

public UnicodePreprocessor(java.io.PushbackReader in)
Method Detail

read

public int read()
         throws java.io.IOException
Overrides:
read in class java.io.Reader

read

public int read(char[] cbuf,
                int off,
                int len)
         throws java.io.IOException
Overrides:
read in class java.io.Reader

close

public void close()
Overrides:
close in class java.io.Reader