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