Class Writers
java.lang.Object
com.android.dx.util.Writers
Utilities for dealing with
Writers.-
Method Summary
Modifier and TypeMethodDescriptionstatic PrintWriterprintWriterFor(Writer writer) Makes aPrintWriterfor the givenWriter, returning the given writer if it already happens to be the right class.
-
Method Details
-
printWriterFor
Makes aPrintWriterfor 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
-