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

public static final class BomInput.BytesProcessedNotification extends RuntimeException
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: