public class SuspectGrepOutputStream extends FilterOutputStream
getAndClearSuspects()out| Constructor and Description |
|---|
SuspectGrepOutputStream(OutputStream out,
String fileName,
int repeatLimit,
String type,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAndClearSuspects() |
static String |
getStackTrace(Throwable x) |
void |
write(byte[] b) |
void |
write(byte[] buf,
int off,
int len) |
void |
write(int b) |
close, flushpublic SuspectGrepOutputStream(OutputStream out, String fileName, int repeatLimit, String type, Charset charset)
public void write(byte[] b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] buf,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic String getAndClearSuspects()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.