public abstract class AbstractBufferedCharFilter extends BaseCharFilter
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| protected java.util.LinkedList<java.lang.Character> | buffer | 
| protected int | nextCharCounter | 
input| コンストラクタと説明 | 
|---|
| AbstractBufferedCharFilter(java.io.Reader in) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| protected int | nextChar() | 
| protected void | pushChar(int c) | 
| protected void | pushLastChar(int c) | 
| int | read(char[] cbuf,
    int off,
    int len) | 
| void | reset() | 
addOffCorrectMap, correct, getLastCumulativeDiffclose, correctOffsetprotected java.util.LinkedList<java.lang.Character> buffer
protected int nextCharCounter
protected int nextChar()
                throws java.io.IOException
java.io.IOExceptionprotected void pushChar(int c)
protected void pushLastChar(int c)
public int read(char[] cbuf,
                int off,
                int len)
         throws java.io.IOException
read クラス内 java.io.Readerjava.io.IOExceptionpublic void reset()
           throws java.io.IOException
reset クラス内 java.io.Readerjava.io.IOExceptionCopyright © 2009-2018 RONDHUIT Co.,Ltd. All Rights Reserved.