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, getLastCumulativeDiff
close, correctOffset
protected java.util.LinkedList<java.lang.Character> buffer
protected int nextCharCounter
protected int nextChar() throws java.io.IOException
java.io.IOException
protected 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.Reader
java.io.IOException
public void reset() throws java.io.IOException
reset
クラス内 java.io.Reader
java.io.IOException
Copyright © 2009-2018 RONDHUIT Co.,Ltd. All Rights Reserved.