private class ColognePhonetic.CologneOutputBuffer extends ColognePhonetic.CologneBuffer
| Modifier and Type | Field and Description |
|---|---|
private char |
lastCode |
data, length| Constructor and Description |
|---|
CologneOutputBuffer(int buffSize) |
| Modifier and Type | Method and Description |
|---|---|
protected char[] |
copyData(int start,
int length) |
void |
put(char code)
Stores the next code in the output buffer, keeping track of the previous code.
|
length, toStringpublic void put(char code)
code - the code to store.protected char[] copyData(int start,
int length)
copyData in class ColognePhonetic.CologneBuffer