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:
java.io.Serializable
- Enclosing class:
- BomInput
public static final class BomInput.BytesProcessedNotification extends java.lang.RuntimeExceptionInternal notification exception used to re-wrap the originalInputStreaminto aReader. This is required for performance reasons as overridingInputStream.read()incurs a heavy performance penalty when the implementation is native (as inFileInputStream.read().- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BytesProcessedNotification(java.io.InputStream input, java.lang.String encoding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablefillInStackTrace()
-