public abstract class AbstractEventDataProvider extends java.lang.Object implements java.lang.Iterable<EventData>
Constructor and Description |
---|
AbstractEventDataProvider() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close()
Close the
AbstractEventDataProvider |
abstract java.lang.String |
getConfiguration()
display String describing th
AbstractEventDataProvider |
abstract long |
getMaxLength()
Returns the maxLength of the inputStream
|
abstract long |
getStatus(boolean absolute,
boolean done)
Return the status of the stream.
|
public abstract long getStatus(boolean absolute, boolean done)
absolute
- if return an absolute value or percentagedone
- if return the available byte or done bytespublic abstract long getMaxLength()
public abstract void close() throws StorageException
AbstractEventDataProvider
StorageException
public abstract java.lang.String getConfiguration()
AbstractEventDataProvider
Copyright © 2001-2017 Jalios SA. All Rights Reserved.