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.CharacterBufferCharacterUtils. newCharacterBuffer(int bufferSize)Creates a newCharacterUtils.CharacterBufferand allocates achar[]of the given bufferSize.Methods in org.apache.lucene.util with parameters of type CharacterUtils.CharacterBuffer Modifier and Type Method Description abstract booleanCharacterUtils. fill(CharacterUtils.CharacterBuffer buffer, Reader reader)Fills theCharacterUtils.CharacterBufferwith characters read from the given readerReader.
-