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.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Writerjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.Writerjava.io.IOExceptionpublic void newLine()
throws java.io.IOException
java.io.IOExceptionpublic void write(char[] chars,
int offset,
int length)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void write(int c)
throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void write(java.lang.String string,
int offset,
int length)
throws java.io.IOException
write in class java.io.Writerjava.io.IOException