Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Interface for access to different types of resources that can
provide a System.IO.Stream to read from.
Namespace:
Tangosol.IO.Resources
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic interface IResource
The IResource type exposes the following members.
Properties
| Name | Description |
---|
 | AbsolutePath |
Gets an absolute path of this resource.
|
 | Uri |
Gets the fully qualified URI for this IResource.
|
Top
Methods
| Name | Description |
---|
 | GetStream |
Opens an input stream for this resource.
|
Top
Remarks
This interface encapsulates a resource descriptor that abstracts away
from the underlying type of resource; possible resource types include
files, URLs, web resources and assmbly embedded resources.
See Also