Uses of Class
de.phleisch.app.itsucks.processing.DataProcessorInfo.StreamingSupport

Packages that use DataProcessorInfo.StreamingSupport
de.phleisch.app.itsucks.processing   
 

Uses of DataProcessorInfo.StreamingSupport in de.phleisch.app.itsucks.processing
 

Fields in de.phleisch.app.itsucks.processing declared as DataProcessorInfo.StreamingSupport
protected  DataProcessorInfo.StreamingSupport DataProcessorInfo.mStreamingSupport
           
 

Methods in de.phleisch.app.itsucks.processing that return DataProcessorInfo.StreamingSupport
 DataProcessorInfo.StreamingSupport DataProcessorInfo.getStreamingSupport()
          Asks the processor if it needs the data from the data retriever in one chunk and not in multiple pieces.
static DataProcessorInfo.StreamingSupport DataProcessorInfo.StreamingSupport.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataProcessorInfo.StreamingSupport[] DataProcessorInfo.StreamingSupport.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.phleisch.app.itsucks.processing with parameters of type DataProcessorInfo.StreamingSupport
DataProcessorInfo(DataProcessorInfo.ResumeSupport pResumeSupport, DataProcessorInfo.ProcessorType pProcessorType, DataProcessorInfo.StreamingSupport pStreamingSupport)
           
 



Copyright © 2010. All Rights Reserved.