Class CallRetSourceSpec

java.lang.Object
org.scandroid.spec.SourceSpec
org.scandroid.spec.CallRetSourceSpec
All Implemented Interfaces:
ISourceSpec

public class CallRetSourceSpec extends SourceSpec
CallRetSourceSpecs represent sources from invocations of other methods (eg: API methods).

reading file contents, and returning bytes eg: via int read(...) is an example of a call return source.