public class HtmlAnsiOutputStream extends AnsiOutputStream
ATTRIBUTE_BLINK_FAST, ATTRIBUTE_BLINK_OFF, ATTRIBUTE_BLINK_SLOW, ATTRIBUTE_CONCEAL_OFF, ATTRIBUTE_CONCEAL_ON, ATTRIBUTE_INTENSITY_BOLD, ATTRIBUTE_INTENSITY_FAINT, ATTRIBUTE_INTENSITY_NORMAL, ATTRIBUTE_ITALIC, ATTRIBUTE_NEGATIVE_Off, ATTRIBUTE_NEGATIVE_ON, ATTRIBUTE_UNDERLINE, ATTRIBUTE_UNDERLINE_DOUBLE, ATTRIBUTE_UNDERLINE_OFF, BLACK, BLUE, CYAN, ERASE_LINE, ERASE_LINE_TO_BEGINING, ERASE_LINE_TO_END, ERASE_SCREEN, ERASE_SCREEN_TO_BEGINING, ERASE_SCREEN_TO_END, GREEN, MAGENTA, RED, REST_CODE, WHITE, YELLOWout| Constructor and Description |
|---|
HtmlAnsiOutputStream(OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
processAttributeRest() |
protected void |
processSetAttribute(int attribute) |
protected void |
processSetBackgroundColor(int color) |
protected void |
processSetForegroundColor(int color) |
void |
write(int data) |
void |
writeLine(byte[] buf,
int offset,
int len) |
processChangeIconName, processChangeIconNameAndWindowTitle, processChangeWindowTitle, processCursorDown, processCursorDownLine, processCursorLeft, processCursorRight, processCursorTo, processCursorToColumn, processCursorUp, processCursorUpLine, processDefaultBackgroundColor, processDefaultTextColor, processEraseLine, processEraseScreen, processRestoreCursorPosition, processSaveCursorPosition, processScrollDown, processScrollUp, processUnknownExtension, processUnknownOperatingSystemCommandflush, write, writepublic HtmlAnsiOutputStream(OutputStream os)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class AnsiOutputStreamIOExceptionpublic void write(int data)
throws IOException
write in class AnsiOutputStreamIOExceptionpublic void writeLine(byte[] buf,
int offset,
int len)
throws IOException
IOExceptionprotected void processSetAttribute(int attribute)
throws IOException
processSetAttribute in class AnsiOutputStreamIOExceptionprotected void processAttributeRest()
throws IOException
processAttributeRest in class AnsiOutputStreamIOExceptionprotected void processSetForegroundColor(int color)
throws IOException
processSetForegroundColor in class AnsiOutputStreamIOExceptionprotected void processSetBackgroundColor(int color)
throws IOException
processSetBackgroundColor in class AnsiOutputStreamIOExceptionCopyright © 2009-2014 FuseSource, Corp.. All Rights Reserved.