Class ConsoleAnnotationOutputStream<T>

Type Parameters:
T - Context type.
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ConsoleAnnotationOutputStream<T> extends LineTransformationOutputStream
Used to convert plain text console output (as byte sequence) + embedded annotations into HTML (as char sequence), by using ConsoleAnnotator.
Since:
1.349
Author:
Kohsuke Kawaguchi