-
Enhancement
-
Resolution: Fixed
-
P3
-
asm_tools_6.0
-
None
-
b06
In general, tools writing text should use Writers, not OutputStreams. So it would be better if the constructors for the various asmtools tools used PrintWriter instead of PrintStream.
Note that it is relatively easy/efficient to make a Writer from a Stream (use OutputStreamWriter). It is more tedious/inefficient to go the other way.
Note that it is relatively easy/efficient to make a Writer from a Stream (use OutputStreamWriter). It is more tedious/inefficient to go the other way.