public final class Writers extends Object
Writers.| Modifier and Type | Method and Description |
|---|---|
static PrintWriter |
printWriterFor(Writer writer)
Makes a
PrintWriter for the given Writer,
returning the given writer if it already happens to be the right
class. |
public static PrintWriter printWriterFor(Writer writer)
PrintWriter for the given Writer,
returning the given writer if it already happens to be the right
class.writer - non-null; writer to (possibly) wrapnon-null; an appropriate instanceCopyright © 2016. All Rights Reserved.