![]() | AdapterInputSource Class |
Namespace: com.espertech.esperio
public class AdapterInputSource
The AdapterInputSource type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdapterInputSource(IContainer, FileInfo) |
Ctor.
|
![]() | AdapterInputSource(IContainer, Stream) |
Ctor.
|
![]() | AdapterInputSource(IContainer, TextReader) |
Ctor.
|
![]() | AdapterInputSource(IContainer, String) |
Ctor.
|
![]() | AdapterInputSource(IContainer, Uri) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | IsResettable |
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.
|
Name | Description | |
---|---|---|
![]() | GetAsReader |
Return the reader if it was set, null otherwise.
|
![]() | GetAsStream |
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.
|