public class DataReaderFactory extends Object
| Constructor and Description |
|---|
DataReaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
DataReader |
getDataReader(GCResource gcResource,
InputStream inStream)
Returns the
DataReader determined by content analysis. |
public DataReader getDataReader(GCResource gcResource, InputStream inStream) throws IOException
DataReader determined by content analysis. If no datareader can
be determined, an Exception is thrown.gcResource - resource information for inputStreaminStream - input stream to be readIOException - if no appropriate datareader could be determinedCopyright © 2019. All rights reserved.