public class IlvInputDataSource extends IlvAbstractDataSource
IlvDataReader
,
Serialized FormConstructor and Description |
---|
IlvInputDataSource()
Creates an empty input data source.
|
IlvInputDataSource(InputStream in,
IlvDataReader reader)
Creates an input data source and initializes it
with data sets loaded from the specified
input stream, using the provided reader.
|
IlvInputDataSource(String url,
IlvDataReader reader)
Creates an input data source and initializes it
with data sets loaded from the specified
URL, using the provided reader.
|
Modifier and Type | Method and Description |
---|---|
void |
load(InputStream in,
IlvDataReader reader)
Loads data sets from the specified input source,
using the provided reader.
|
void |
load(String url,
IlvDataReader reader)
Loads data sets from the specified URL, using the provided reader.
|
addDataSet, addDataSet, addDataSourceListener, containsDataSet, endBatch, fireDataSourceEvent, getDataSet, getDataSetByName, getDataSetCount, getDataSetIndex, getDataSetIterator, getDataSetList, getDataSets, initDataSets, removeDataSourceListener, setDataSet, setDataSets, startBatch
public IlvInputDataSource()
public IlvInputDataSource(InputStream in, IlvDataReader reader) throws Exception
Exception
load(java.io.InputStream, ilog.views.chart.data.IlvDataReader)
,
IlvDataReader
public IlvInputDataSource(String url, IlvDataReader reader) throws Exception
Exception
load(java.io.InputStream, ilog.views.chart.data.IlvDataReader)
,
IlvDataReader
public void load(InputStream in, IlvDataReader reader) throws Exception
Exception
- Any exceptions passed through from the reader.IlvDataReader.read(java.io.InputStream)
public void load(String url, IlvDataReader reader) throws Exception
Exception
- Any exceptions passed through from the reader.IlvDataReader.read(java.io.InputStream)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.