public class LogDumpInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_USE_AVAILABLE |
| Constructor and Description |
|---|
LogDumpInputStream(org.slf4j.Logger logger,
org.slf4j.event.Level logLevel,
InputStream orig) |
LogDumpInputStream(org.slf4j.Logger logger,
org.slf4j.event.Level logLevel,
InputStream orig,
boolean useAvailable) |
LogDumpInputStream(org.slf4j.Logger logger,
org.slf4j.event.Level logLevel,
InputStream orig,
String linePrefix) |
LogDumpInputStream(org.slf4j.Logger logger,
org.slf4j.event.Level logLevel,
InputStream orig,
String linePrefix,
boolean useAvailable) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
long |
getByteCount() |
void |
mark(int pos) |
boolean |
markSupported() |
int |
read() |
void |
reset() |
read, read, skippublic static final boolean DEFAULT_USE_AVAILABLE
public LogDumpInputStream(org.slf4j.Logger logger,
org.slf4j.event.Level logLevel,
InputStream orig)
public LogDumpInputStream(org.slf4j.Logger logger,
org.slf4j.event.Level logLevel,
InputStream orig,
String linePrefix)
public LogDumpInputStream(org.slf4j.Logger logger,
org.slf4j.event.Level logLevel,
InputStream orig,
boolean useAvailable)
public LogDumpInputStream(org.slf4j.Logger logger,
org.slf4j.event.Level logLevel,
InputStream orig,
String linePrefix,
boolean useAvailable)
public int available()
throws IOException
available in class InputStreamIOExceptionpublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic void mark(int pos)
mark in class InputStreampublic boolean markSupported()
markSupported in class InputStreampublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic long getByteCount()
Copyright © 2016 Github jjYBdx4IL Projects. All rights reserved.