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