public static final class BomInput.BytesProcessedNotification extends RuntimeException
InputStream
into a Reader
.
This is required for performance reasons as overriding InputStream.read()
incurs a heavy performance
penalty when the implementation is native (as in FileInputStream.read()
.Modifier and Type | Field and Description |
---|---|
String |
encoding |
InputStream |
input |
Constructor and Description |
---|
BytesProcessedNotification(InputStream input,
String encoding) |
Modifier and Type | Method and Description |
---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final InputStream input
public final String encoding
public BytesProcessedNotification(InputStream input, String encoding)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2019 Univocity Software Pty Ltd. All rights reserved.