Click or drag to resize

IResource Interface

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)
Syntax
C#
public interface IResource

The IResource type exposes the following members.

Properties
  NameDescription
Public propertyAbsolutePath
Gets an absolute path of this resource.
Public propertyUri
Gets the fully qualified URI for this IResource.
Top
Methods
  NameDescription
Public methodGetStream
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