Package com.univocity.parsers.common.input.concurrent
-
Class Summary Class Description CharBucket A buffer of characters.ConcurrentCharInputReader A concurrent CharInputReader that loads batches of characters in a separate thread and assigns them to buffer inAbstractCharInputReader
when requested.ConcurrentCharLoader A concurrent character loader for loading a pool ofCharBucket
instances using aReader
in a separate threadEntry<T> An entry used by theFixedInstancePool
FixedInstancePool<T> A very simple object instance pool with a fixed size.