public final class Writers
extends java.lang.Object
Writers.| Modifier and Type | Method and Description |
|---|---|
static java.io.PrintWriter |
printWriterFor(java.io.Writer writer)
Makes a
PrintWriter for the given Writer,
returning the given writer if it already happens to be the right
class. |
public static java.io.PrintWriter printWriterFor(java.io.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 © 2020. All Rights Reserved.