Package com.liferay.petra.io.unsync
Class UnsyncBufferedWriter
java.lang.Object
java.io.Writer
com.liferay.petra.io.unsync.UnsyncBufferedWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
See https://issues.liferay.com/browse/LPS-6648.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionUnsyncBufferedWriter(Writer writer) UnsyncBufferedWriter(Writer writer, int size) -
Method Summary
-
Constructor Details
-
UnsyncBufferedWriter
-
UnsyncBufferedWriter
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException
-
newLine
- Throws:
IOException
-
write
- Specified by:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-