public class PersianCharFilter extends CharFilter
input| Constructor and Description |
|---|
PersianCharFilter(java.io.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, correctOffsetpublic int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.Readerjava.io.IOExceptionprotected int correct(int currentOff)
CharFiltercorrect in class CharFiltercurrentOff - current offsetCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.