Package | Description |
---|---|
org.apache.lucene.analysis |
Text analysis.
|
Modifier and Type | Method and Description |
---|---|
static CharacterUtils.CharacterBuffer |
CharacterUtils.newCharacterBuffer(int bufferSize)
Creates a new
CharacterUtils.CharacterBuffer and allocates a char[]
of the given bufferSize. |
Modifier and Type | Method and Description |
---|---|
static boolean |
CharacterUtils.fill(CharacterUtils.CharacterBuffer buffer,
Reader reader)
Convenience method which calls
fill(buffer, reader, buffer.buffer.length) . |
static boolean |
CharacterUtils.fill(CharacterUtils.CharacterBuffer buffer,
Reader reader,
int numChars)
Fills the
CharacterUtils.CharacterBuffer with characters read from the given
reader Reader . |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.