public static class Format.Ansi extends Format
Format.Ansi, Format.PreHtml, Format.Text
Modifier | Constructor and Description |
---|---|
protected |
Format.Ansi() |
Modifier and Type | Method and Description |
---|---|
void |
begin(Appendable to) |
void |
cls(Appendable to) |
void |
end(Appendable to) |
void |
write(CharSequence s,
Appendable to) |
void |
write(Style style,
Appendable to) |
protected Format.Ansi()
public void begin(Appendable to) throws IOException
begin
in class Format
IOException
public void write(CharSequence s, Appendable to) throws IOException
write
in class Format
IOException
public void write(Style style, Appendable to) throws IOException
write
in class Format
IOException
public void cls(Appendable to) throws IOException
cls
in class Format
IOException
public void end(Appendable to) throws IOException
end
in class Format
IOException
Copyright © 2015 eXo Platform SAS. All Rights Reserved.