private static class StringFunctions_C.PrepareAppendablePos extends java.lang.Object implements StringFunctions_C.PrepareBufferPos
StringFunctions_C.PrepareBufferPos
for a simple AppendableModifier and Type | Field and Description |
---|---|
private java.lang.Appendable |
out |
Constructor and Description |
---|
PrepareAppendablePos(java.lang.Appendable out)
Use this Appendable
|
Modifier and Type | Method and Description |
---|---|
void |
addBufferPos(char cc)
Append the character.
|
int |
prepareBufferPos(int nrofChars)
Does nothing, nothing necessary.
|
PrepareAppendablePos(java.lang.Appendable out)
out
- public int prepareBufferPos(int nrofChars)
prepareBufferPos
in interface StringFunctions_C.PrepareBufferPos
nrofChars
- planned number of characters to add at position.public void addBufferPos(char cc) throws java.io.IOException
addBufferPos
in interface StringFunctions_C.PrepareBufferPos
java.io.IOException