Class ColognePhonetic.CologneBuffer
- java.lang.Object
-
- org.apache.commons.codec.language.ColognePhonetic.CologneBuffer
-
- Direct Known Subclasses:
ColognePhonetic.CologneInputBuffer
,ColognePhonetic.CologneOutputBuffer
- Enclosing class:
- ColognePhonetic
private abstract class ColognePhonetic.CologneBuffer extends java.lang.Object
This class is not thread-safe; the fieldlength
is mutable. However, it is not shared between threads, as it is constructed on demand by the methodColognePhonetic.colognePhonetic(String)
-
-
Constructor Summary
Constructors Constructor Description CologneBuffer(char[] data)
CologneBuffer(int buffSize)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract char[]
copyData(int start, int length)
int
length()
java.lang.String
toString()
-