Package com.biglybt.core.util
Class IndentWriter
java.lang.Object
com.biglybt.core.util.IndentWriter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private boolean
private String
private static final String
private static final String
private final PrintWriter
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INDENT_STRING
- See Also:
-
INDENT_STRING_HTML
- See Also:
-
pw
-
indent
-
html
private boolean html -
force
private boolean force
-
-
Constructor Details
-
IndentWriter
-
-
Method Details
-
setHTML
public void setHTML(boolean _html) -
println
-
indent
public void indent() -
exdent
public void exdent() -
getTab
-
setForce
public void setForce(boolean b) -
close
public void close()
-