public class UnsafeStringWriter extends Writer
| 构造器和说明 |
|---|
UnsafeStringWriter() |
UnsafeStringWriter(int size) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 WriterIOExceptionpublic void write(char[] cs,
int off,
int len)
throws IOException
write 在类中 WriterIOExceptionpublic Writer append(CharSequence csq)
append 在接口中 Appendableappend 在类中 Writerpublic Writer append(CharSequence csq, int start, int end)
append 在接口中 Appendableappend 在类中 Writerpublic Writer append(char c)
append 在接口中 Appendableappend 在类中 Writerpublic void close()
Copyright © 2018. All rights reserved.