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