Class ManWriterExt
- java.lang.Object
-
- manifold.io.extensions.java.io.Writer.ManWriterExt
-
public class ManWriterExt extends Object
-
-
Constructor Summary
Constructors Constructor Description ManWriterExt()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BufferedWriterbuffered(Writer thiz)Returns a buffered reader wrapping this Writer, or this Writer itself if it is already buffered.static BufferedWriterbuffered(Writer thiz, int bufferSize)Returns a buffered reader wrapping this Writer, or this Writer itself if it is already buffered.
-
-
-
Method Detail
-
buffered
public static BufferedWriter buffered(Writer thiz)
Returns a buffered reader wrapping this Writer, or this Writer itself if it is already buffered.
-
buffered
public static BufferedWriter buffered(Writer thiz, int bufferSize)
Returns a buffered reader wrapping this Writer, or this Writer itself if it is already buffered.
-
-