Click or drag to resize

AdapterInputSource Methods

The AdapterInputSource type exposes the following members.

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