org.mtzky.lucene.normalizer
クラス CharToStringMappingNormalizer
java.lang.Object
java.io.Reader
org.mtzky.lucene.normalizer.CharToStringMappingNormalizer
- すべての実装されたインタフェース:
- Closeable, Readable, Closable
- 直系の既知のサブクラス:
- RomanNumberNormalizer
public abstract class CharToStringMappingNormalizer
- extends Reader
- implements Closable
- 作成者:
- mtzky
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharToStringMappingNormalizer
public CharToStringMappingNormalizer(Reader in)
- パラメータ:
in -
read
public int read(char[] cbuf,
int off,
int len)
throws IOException
- 定義:
- クラス
Reader 内の read
- 例外:
IOException
convert
protected abstract String convert(int c)
- パラメータ:
c - character to convert
- 戻り値:
- a converted string, or
null if unnecessary
isClosed
public boolean isClosed()
- 定義:
- インタフェース
Closable 内の isClosed
close
public void close()
throws IOException
- 定義:
- インタフェース
Closeable 内の close - 定義:
- クラス
Reader 内の close
- 例外:
IOException
Copyright (C) 2010-2011 Mtzky. AllRights Reserved.