![]() |
IOLink C# 1.11.0
|
Parent interface of interfaces used to manipulate raw bytes. More...
Public Member Functions | |
| DataAccess (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| virtual DataStorage | GetStorage () |
| Get the storage to which this data accessor belong. | |
| virtual string | GetResourceId () |
| Return the resource identifier of this data accessor. | |
Static Public Member Functions | |
| static global::System.Runtime.InteropServices.HandleRef | getCPtr (DataAccess obj) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Properties | |
| DataStorage | Storage [get] |
The Storage associated with this DataAccess | |
| string | ResourceId [get] |
The identifier of this DataAccess in its DataStorage | |
Parent interface of interfaces used to manipulate raw bytes.
A DataAccessor can be associated to a DataStorage. In this case, the data accessor represent an opened access to a storage's resource.
|
inlinevirtual |
Return the resource identifier of this data accessor.
Reimplemented in IOLink.NetStreamAccess.
|
inlinevirtual |
Get the storage to which this data accessor belong.
Reimplemented in IOLink.NetStreamAccess.