public class OutputStreamCollector
extends hudson.console.LineTransformationOutputStream
| Constructor and Description |
|---|
OutputStreamCollector(PrintStream out,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
eol(byte[] bytes,
int length) |
Collection<String> |
findAll(Pattern pattern) |
close, forceEol, trimEOL, write, writeflush, writepublic OutputStreamCollector(PrintStream out, Charset charset)
protected void eol(byte[] bytes,
int length)
throws IOException
eol in class hudson.console.LineTransformationOutputStreamIOExceptionpublic Collection<String> findAll(Pattern pattern)
Copyright © 2004-2016. All Rights Reserved.