public class PersianCharFilter extends CharFilter
input
Constructor and Description |
---|
PersianCharFilter(Reader in) |
Modifier and Type | Method and Description |
---|---|
protected int |
correct(int currentOff)
Subclasses override to correct the current offset.
|
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
close, correctOffset
public PersianCharFilter(Reader in)
public int read(char[] cbuf, int off, int len) throws IOException
read
in class Reader
IOException
public int read() throws IOException
read
in class Reader
IOException
protected int correct(int currentOff)
CharFilter
correct
in class CharFilter
currentOff
- current offsetCopyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.