Package com.storedobject.ui.util
Class AbstractContentGenerator
java.lang.Object
com.storedobject.ui.util.AbstractContentGenerator
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractContentGenerator
(Application application, ContentProducer producer, Consumer<AbstractContentGenerator> inform, Consumer<Long> timeTracker, Runnable preRun) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
abstract DownloadStream
getExt()
final long
getId()
int
hashCode()
-
Constructor Details
-
AbstractContentGenerator
protected AbstractContentGenerator(Application application, ContentProducer producer, Consumer<AbstractContentGenerator> inform, Consumer<Long> timeTracker, Runnable preRun)
-
-
Method Details
-
getId
public final long getId() -
getExt
-
createFile
-
getContentStream
-
getContent
- Throws:
Exception
-
getProducer
-
abort
-
equals
-
hashCode
-