private final class StreamCharBuffer.FixedCharArrayEncodedAppender extends AbstractEncodedAppender
Modifiers | Name | Description |
---|---|---|
char[] |
buf |
|
MultipartCharBufferChunk |
chunk |
|
int |
count |
|
int |
currentStart |
|
EncodingState |
currentState |
Fields inherited from class | Fields |
---|---|
class AbstractEncodedAppender |
ignoreEncodingState |
Constructor and description |
---|
FixedCharArrayEncodedAppender
(int fixedSize) |
Type Params | Return Type | Name and description |
---|---|---|
|
private void |
addPart() |
|
protected void |
appendCharSequence(EncodingState encodingState, java.lang.CharSequence csq, int start, int end) |
|
private void |
checkEncodingChange(EncodingState encodingState) |
|
public void |
close() |
|
public void |
finish() |
|
protected void |
write(EncodingState encodingState, char[] b, int off, int len) |
|
protected void |
write(EncodingState encodingState, java.lang.String str, int off, int len) |
Methods inherited from class | Name |
---|---|
class AbstractEncodedAppender |
append, append, append, appendCharSequence, appendEncoded, appendEncoded, createNewEncodingState, encodeAndWrite, flush, isIgnoreEncodingState, setIgnoreEncodingState, shouldEncode, shouldEncodeWith, write, write |