public class NoLockStringWriter extends Writer
| 构造器和说明 |
|---|
NoLockStringWriter() |
NoLockStringWriter(char[] buf) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
static char[] |
copyOf(char[] original,
int newLength) |
void |
flush() |
String |
toString() |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(String str) |
public NoLockStringWriter()
public NoLockStringWriter(char[] buf)
public void write(char[] cbuf,
int off,
int len)
throws IOException
write 在类中 WriterIOExceptionpublic static char[] copyOf(char[] original,
int newLength)
public void write(String str) throws IOException
write 在类中 WriterIOExceptionpublic void flush()
throws IOException
flush 在接口中 Flushableflush 在类中 WriterIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 WriterIOExceptionCopyright © 2017. All rights reserved.