Uses of Class
org.apache.lucene.util.CharacterUtils.CharacterBuffer
-
Packages that use CharacterUtils.CharacterBuffer Package Description org.apache.lucene.util Some utility classes. -
-
Uses of CharacterUtils.CharacterBuffer in org.apache.lucene.util
Methods in org.apache.lucene.util that return CharacterUtils.CharacterBuffer Modifier and Type Method Description static CharacterUtils.CharacterBuffer
CharacterUtils. newCharacterBuffer(int bufferSize)
Creates a newCharacterUtils.CharacterBuffer
and allocates achar[]
of the given bufferSize.Methods in org.apache.lucene.util with parameters of type CharacterUtils.CharacterBuffer Modifier and Type Method Description abstract boolean
CharacterUtils. fill(CharacterUtils.CharacterBuffer buffer, Reader reader)
Fills theCharacterUtils.CharacterBuffer
with characters read from the given readerReader
.
-