public static final class BomInput.BytesProcessedNotification
extends java.lang.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 |
---|---|
java.lang.String |
encoding |
java.io.InputStream |
input |
Constructor and Description |
---|
BytesProcessedNotification(java.io.InputStream input,
java.lang.String encoding) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
fillInStackTrace() |