intradoc.common
Class EncodingCheckReader
java.lang.Object
|
+--java.io.Reader
|
+--java.io.FilterReader
|
+--intradoc.common.EncodingCheckReader
- public class EncodingCheckReader
- extends java.io.FilterReader
| Fields inherited from class java.io.FilterReader |
in |
| Fields inherited from class java.io.Reader |
lock |
|
Constructor Summary |
EncodingCheckReader(java.io.Reader reader,
java.lang.String encoding,
int flags)
|
| Methods inherited from class java.io.FilterReader |
close, mark, markSupported, 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 |
m_flags
protected int m_flags
m_isEOF
protected boolean m_isEOF
m_encoding
protected java.lang.String m_encoding
EncodingCheckReader
public EncodingCheckReader(java.io.Reader reader,
java.lang.String encoding,
int flags)
areFlagsInteresting
public static boolean areFlagsInteresting(int flags)
read
public int read()
throws java.io.IOException
- Overrides:
read in class java.io.FilterReader
java.io.IOException
read
public int read(char[] buffer,
int offset,
int length)
throws java.io.IOException
- Overrides:
read in class java.io.FilterReader
java.io.IOException
reportFFFD
protected void reportFFFD()
throws java.io.IOException
java.io.IOException
(c) 1996-2005 All rights reserved. Stellent, Inc. |