Package com.android.dx.util
Class Writers
java.lang.Object
com.android.dx.util.Writers
Utilities for dealing with
Writer
s.-
Method Summary
Modifier and TypeMethodDescriptionstatic PrintWriter
printWriterFor
(Writer writer) Makes aPrintWriter
for the givenWriter
, returning the given writer if it already happens to be the right class.
-
Method Details
-
printWriterFor
Makes aPrintWriter
for the givenWriter
, returning the given writer if it already happens to be the right class.- Parameters:
writer
-non-null;
writer to (possibly) wrap- Returns:
non-null;
an appropriate instance
-