Click or drag to resize

AdapterInputSource Class

An input source for adapters.
Inheritance Hierarchy
SystemObject
  com.espertech.esperioAdapterInputSource

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public class AdapterInputSource

The AdapterInputSource type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsResettable
Return true if calling getStream() will return a new InputStream created from the resource, which, assuming that the resource hasn't been changed, will have the same information as all the previous InputStreams returned by getStream() before they were manipulated; return false if the call will return the same instance of InputStream that has already been obtained.
Top
Methods
  NameDescription
Public methodGetAsReader
Return the reader if it was set, null otherwise.
Public methodGetAsStream
Get the resource as an input stream. If this resource was specified as an InputStream, return that InputStream, otherwise, create and return a new InputStream from the resource. If the source cannot be converted to a stream, return null.
Top
See Also