public class TBufferedWriter extends Writer
Constructor and Description |
---|
TBufferedWriter(Writer out) |
TBufferedWriter(Writer out,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
newLine() |
void |
write(char[] cbuf,
int offset,
int count) |
void |
write(int oneChar) |
void |
write(String str,
int offset,
int count) |
public TBufferedWriter(Writer out)
public TBufferedWriter(Writer out, int size)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Writer
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class Writer
IOException
public void newLine() throws IOException
IOException
public void write(char[] cbuf, int offset, int count) throws IOException
write
in class Writer
IOException
public void write(int oneChar) throws IOException
write
in class Writer
IOException
public void write(String str, int offset, int count) throws IOException
write
in class Writer
IOException
Copyright © 2019. All rights reserved.