| Package | Description |
|---|---|
| org.openkoreantext.processor.util |
| 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 |
|---|---|
boolean |
CharacterUtils.fill(CharacterUtils.CharacterBuffer buffer,
Reader reader)
Convenience method which calls
fill(buffer, reader, buffer.buffer.length). |
abstract boolean |
CharacterUtils.fill(CharacterUtils.CharacterBuffer buffer,
Reader reader,
int numChars)
Fills the
CharacterUtils.CharacterBuffer with characters read from the given
reader Reader. |
Copyright © 2014–2017. All rights reserved.