|
|||||||||
| Home >> All >> com >> memoire >> [ fu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.memoire.fu
Class FuUnicodeFilterReader

java.lang.Objectjava.io.Reader
java.io.FilterReader
com.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
|
|||||||||
| Home >> All >> com >> memoire >> [ fu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC