public abstract class Source extends Object
The source is used to contain all relevant information for an object pipe.
Constructor and Description |
---|
Source() |
Modifier and Type | Method and Description |
---|---|
abstract StreamContainer |
getStreamContainer()
Gets the stream container.
|
public abstract StreamContainer getStreamContainer()
Gets the stream container.
Use with caution. You will need to dispose the stream container after retrieval.