public abstract class DataReaderFactory<T> extends Object
| Constructor and Description |
|---|
DataReaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract DataReader<T> |
constructReader(InputStream in) |
public abstract DataReader<T> constructReader(InputStream in) throws IOException
IOExceptionCopyright © 2022 FasterXML. All rights reserved.