AbstractResource Class | 
Namespace: Tangosol.IO.Resources
public abstract class AbstractResource : IResource
The AbstractResource type exposes the following members.
| Name | Description | |
|---|---|---|
| AbstractResource | 
            Constructor that takes resource name and creates a new instance 
            of the AbstractResource class.
              | 
| Name | Description | |
|---|---|---|
| AbsolutePath | 
            Gets an absolute path of this resource.
              | |
| Uri | 
            Gets the fully qualified URI for this IResource.
              | 
| Name | Description | |
|---|---|---|
| Equals | 
            Compares specified with the current object.
              (Overrides ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | 
            A hash function that returns the hashcode for this type, that is
            suitable for use in hashing algorithms and data structures like a
            hash table.
              (Overrides ObjectGetHashCode.) | |
| GetResourceNameWithoutProtocol | 
            Strips protocol name (if present) from the 
            resourceName.
              | |
| GetStream | 
            Opens an input stream for this resource.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | 
            Returns the textual information about this resource.
              (Overrides ObjectToString.) |