|
|||||||||
| 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 FuUnicodeFilterInputStream

java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
com.memoire.fu.FuUnicodeFilterInputStream
- All Implemented Interfaces:
- java.io.Closeable
- public class FuUnicodeFilterInputStream
- extends java.io.FilterInputStream
| Field Summary | |
private int |
p_
|
| Fields inherited from class java.io.FilterInputStream |
in |
| Constructor Summary | |
FuUnicodeFilterInputStream(java.io.InputStream _reader)
|
|
| Method Summary | |
int |
read()
Calls the in.read() method |
| Methods inherited from class java.io.FilterInputStream |
available, close, mark, markSupported, read, read, reset, skip |
| 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 |
FuUnicodeFilterInputStream
public FuUnicodeFilterInputStream(java.io.InputStream _reader)
| Method Detail |
read
public int read()
throws java.io.IOException
- Description copied from class:
java.io.FilterInputStream - 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