Uses of Class
adams.flow.source.inputstreamsource.AbstractInputStreamGenerator
-
Packages that use AbstractInputStreamGenerator Package Description adams.flow.source adams.flow.source.inputstreamsource -
-
Uses of AbstractInputStreamGenerator in adams.flow.source
Fields in adams.flow.source declared as AbstractInputStreamGenerator Modifier and Type Field Description protected AbstractInputStreamGeneratorInputStreamGenerator. m_Generatorthe generator.Methods in adams.flow.source that return AbstractInputStreamGenerator Modifier and Type Method Description AbstractInputStreamGeneratorInputStreamGenerator. getGenerator()Returns the generator to use.Methods in adams.flow.source with parameters of type AbstractInputStreamGenerator Modifier and Type Method Description voidInputStreamGenerator. setGenerator(AbstractInputStreamGenerator value)Sets the generator to use. -
Uses of AbstractInputStreamGenerator in adams.flow.source.inputstreamsource
Subclasses of AbstractInputStreamGenerator in adams.flow.source.inputstreamsource Modifier and Type Class Description classFromFileGenerates an input stream from the specified file.classFromResourceGenerates an input stream from the specified resource (eg from jar).
-