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 AbstractInputStreamGenerator
InputStreamGenerator. m_Generator
the generator.Methods in adams.flow.source that return AbstractInputStreamGenerator Modifier and Type Method Description AbstractInputStreamGenerator
InputStreamGenerator. getGenerator()
Returns the generator to use.Methods in adams.flow.source with parameters of type AbstractInputStreamGenerator Modifier and Type Method Description void
InputStreamGenerator. 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 class
FromFile
Generates an input stream from the specified file.class
FromResource
Generates an input stream from the specified resource (eg from jar).
-