public class UnsafeStringWriter extends Writer
| Constructor and Description |
|---|
UnsafeStringWriter() |
UnsafeStringWriter(int size) |
| Modifier and Type | Method and Description |
|---|---|
Writer |
append(char c) |
Writer |
append(CharSequence csq) |
Writer |
append(CharSequence csq,
int start,
int end) |
void |
close() |
void |
flush() |
String |
toString() |
void |
write(char[] cs) |
void |
write(char[] cs,
int off,
int len) |
void |
write(int c) |
void |
write(String str) |
void |
write(String str,
int off,
int len) |
public UnsafeStringWriter()
public UnsafeStringWriter(int size)
public void write(char[] cs)
throws IOException
write in class WriterIOExceptionpublic void write(char[] cs,
int off,
int len)
throws IOException
write in class WriterIOExceptionpublic Writer append(CharSequence csq)
append in interface Appendableappend in class Writerpublic Writer append(CharSequence csq, int start, int end)
append in interface Appendableappend in class Writerpublic Writer append(char c)
append in interface Appendableappend in class Writerpublic void close()
public void flush()
Copyright © 2011–2018 The Dubbo Project. All rights reserved.