public class UnsyncBufferedWriter
extends java.io.Writer
See https://issues.liferay.com/browse/LPS-6648.
Constructor and Description |
---|
UnsyncBufferedWriter(java.io.Writer writer) |
UnsyncBufferedWriter(java.io.Writer writer,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
newLine() |
void |
write(char[] chars,
int offset,
int length) |
void |
write(int c) |
void |
write(java.lang.String string,
int offset,
int length) |
public UnsyncBufferedWriter(java.io.Writer writer)
public UnsyncBufferedWriter(java.io.Writer writer, int size)
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Writer
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.Writer
java.io.IOException
public void newLine() throws java.io.IOException
java.io.IOException
public void write(char[] chars, int offset, int length) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void write(int c) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void write(java.lang.String string, int offset, int length) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException