public final class StreamCharBuffer.StreamCharBufferWriter extends Writer implements EncodedAppenderFactory, EncodedAppenderWriterFactory
This is the java.io.Writer implementation for StreamCharBuffer
Type Params | Return Type | Name and description |
---|---|---|
|
public Writer |
append(CharSequence csq, int start, int end) |
|
public Writer |
append(CharSequence csq) |
|
public void |
append(EncodingState encodingState, char character) |
|
protected void |
appendCharSequence(EncodingState encodingState, CharSequence csq, int start, int end) |
|
public void |
close() |
|
public void |
flush() |
|
public StreamCharBuffer |
getBuffer() |
|
public EncodedAppender |
getEncodedAppender() |
|
public Writer |
getWriterForEncoder(Encoder encoder, EncodingStateRegistry encodingStateRegistry) |
|
public boolean |
isClosed() |
|
public boolean |
isUsed() |
|
public void |
markUsed() |
|
public int |
resetUsed() |
|
public void |
write(char[] b, int off, int len) |
|
public void |
write(String str) |
|
public void |
write(String str, int off, int len) |
|
public void |
write(StreamCharBuffer subBuffer) |
|
public void |
write(StreamCharBuffer subBuffer, List<Encoder> encoders) |
|
public void |
write(int b) |