com.univocity.parsers.common.input
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:
- Serialized Form
input
public final InputStream input
encoding
public final String encoding
BomInput.BytesProcessedNotification
public BomInput.BytesProcessedNotification(InputStream input,
String encoding)
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace in class Throwable
Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.