public class UnsafeCharArrayWriter extends Writer
| Constructor and Description |
|---|
UnsafeCharArrayWriter() |
UnsafeCharArrayWriter(int initialSize) |
| Modifier and Type | Method and Description |
|---|---|
UnsafeCharArrayWriter |
append(char c) |
UnsafeCharArrayWriter |
append(CharSequence csq) |
UnsafeCharArrayWriter |
append(CharSequence csq,
int start,
int end) |
void |
close() |
void |
flush() |
void |
reset() |
int |
size() |
char[] |
toCharArray() |
String |
toString() |
void |
write(char[] c,
int off,
int len) |
void |
write(int c) |
void |
write(String str,
int off,
int len) |
void |
writeTo(Writer out) |
public UnsafeCharArrayWriter()
public UnsafeCharArrayWriter(int initialSize)
public void writeTo(Writer out) throws IOException
IOExceptionpublic UnsafeCharArrayWriter append(CharSequence csq)
append in interface Appendableappend in class Writerpublic UnsafeCharArrayWriter append(CharSequence csq, int start, int end)
append in interface Appendableappend in class Writerpublic UnsafeCharArrayWriter append(char c)
append in interface Appendableappend in class Writerpublic void reset()
public char[] toCharArray()
public int size()
public void flush()
Copyright © 2016 jetbrick. All rights reserved.