public abstract class AbstractDataProvider extends Object implements IDataProvider
| Constructor and Description |
|---|
AbstractDataProvider(InputStream data,
InputStream properties) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getData() |
String |
getDataAsString() |
InputStream |
getProperties() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpopulateContextpublic AbstractDataProvider(InputStream data, InputStream properties)
public InputStream getData()
public InputStream getProperties()
public String getDataAsString() throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.