Class BomInput.BytesProcessedNotification
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.univocity.parsers.common.input.BomInput.BytesProcessedNotification
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BomInput
Internal notification exception used to re-wrap the original
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()
.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
input
-
encoding
-
-
Constructor Details
-
BytesProcessedNotification
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-