public abstract class CharConsumerFactory extends Object
| Constructor and Description |
|---|
CharConsumerFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractCharConsumer |
newCharConsumer(TextFormat textFormat,
CharBuffer charBuffer,
CellPreProcessor cellTransformer,
boolean specialisedCharConsumer) |
static CharConsumerFactory |
newInstance() |
public abstract AbstractCharConsumer newCharConsumer(TextFormat textFormat, CharBuffer charBuffer, CellPreProcessor cellTransformer, boolean specialisedCharConsumer)
public static CharConsumerFactory newInstance()
Copyright © 2020. All rights reserved.