Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
abstract boolean |
CharacterUtils.fill(CharacterUtils.CharacterBuffer buffer,
Reader reader) |
Fills the
CharacterUtils.CharacterBuffer with characters read from the given
reader Reader . |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.