Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.fu
Class FuUnicodeFilterReader  view FuUnicodeFilterReader download FuUnicodeFilterReader.java

java.lang.Object
  extended byjava.io.Reader
      extended byjava.io.FilterReader
          extended bycom.memoire.fu.FuUnicodeFilterReader

public class FuUnicodeFilterReader
extends java.io.FilterReader


Field Summary
private  int p_
           
 
Fields inherited from class java.io.FilterReader
in
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
FuUnicodeFilterReader(java.io.Reader _reader)
           
 
Method Summary
 int read()
          Calls the in.read() method
 
Methods inherited from class java.io.FilterReader
close, mark, markSupported, read, 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

p_

private int p_
Constructor Detail

FuUnicodeFilterReader

public FuUnicodeFilterReader(java.io.Reader _reader)
Method Detail

read

public int read()
         throws java.io.IOException
Description copied from class: java.io.FilterReader
Calls the in.read() method