com.sun.tools.javap
Class BasicWriter.LineWriter

java.lang.Object
  extended by com.sun.tools.javap.BasicWriter.LineWriter
Enclosing class:
BasicWriter

private static class BasicWriter.LineWriter
extends java.lang.Object


Field Summary
private  java.lang.StringBuilder buffer
           
private  java.io.PrintWriter out
           
 
Constructor Summary
protected BasicWriter.LineWriter(Context context)
           
 
Method Summary
(package private) static BasicWriter.LineWriter instance(Context context)
           
protected  void print(java.lang.String s)
           
protected  void println()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

private java.io.PrintWriter out

buffer

private java.lang.StringBuilder buffer
Constructor Detail

BasicWriter.LineWriter

protected BasicWriter.LineWriter(Context context)
Method Detail

instance

static BasicWriter.LineWriter instance(Context context)

print

protected void print(java.lang.String s)

println

protected void println()