Class ColognePhonetic.CologneOutputBuffer
- java.lang.Object
-
- org.apache.commons.codec.language.ColognePhonetic.CologneBuffer
-
- org.apache.commons.codec.language.ColognePhonetic.CologneOutputBuffer
-
- Enclosing class:
- ColognePhonetic
private class ColognePhonetic.CologneOutputBuffer extends ColognePhonetic.CologneBuffer
-
-
Field Summary
-
Fields inherited from class org.apache.commons.codec.language.ColognePhonetic.CologneBuffer
data, length
-
-
Constructor Summary
Constructors Constructor Description CologneOutputBuffer(int buffSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRight(char chr)
protected char[]
copyData(int start, int length)
-
Methods inherited from class org.apache.commons.codec.language.ColognePhonetic.CologneBuffer
length, toString
-
-
-
-
Method Detail
-
addRight
public void addRight(char chr)
-
copyData
protected char[] copyData(int start, int length)
- Specified by:
copyData
in classColognePhonetic.CologneBuffer
-
-