 | AdapterInputSourceIsResettable Property |
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.
Namespace:
com.espertech.esperio
Assembly:
NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntaxpublic bool IsResettable { get; }
Return Value
Type:
Booleantrue if each call to getStream() will create a new InputStream from the
resource, false if each call will get the same instance of the InputStream
See Also