de.phleisch.app.itsucks.processing
Class DataProcessorInfo
java.lang.Object
de.phleisch.app.itsucks.processing.DataProcessorInfo
public class DataProcessorInfo
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mResumeSupport
protected DataProcessorInfo.ResumeSupport mResumeSupport
mProcessorType
protected DataProcessorInfo.ProcessorType mProcessorType
mStreamingSupport
protected DataProcessorInfo.StreamingSupport mStreamingSupport
DataProcessorInfo
public DataProcessorInfo(DataProcessorInfo.ResumeSupport pResumeSupport,
DataProcessorInfo.ProcessorType pProcessorType,
DataProcessorInfo.StreamingSupport pStreamingSupport)
getResumeSupport
public DataProcessorInfo.ResumeSupport getResumeSupport()
- Supports this data processor resuming?
getProcessorType
public DataProcessorInfo.ProcessorType getProcessorType()
- 'Consumes' (saves, parses etc.) this processor to the data or is it
only an filter?
If an chain contains no consumer, the data is not processed.
getStreamingSupport
public DataProcessorInfo.StreamingSupport getStreamingSupport()
- Asks the processor if it needs the data from the data retriever
in one chunk and not in multiple pieces.
- Returns:
Copyright © 2010. All Rights Reserved.