IOLink C# 1.11.0
Loading...
Searching...
No Matches
IOLink.StreamAccessProvider Class Reference

Utility class to check and convert a DataAccess into a StreamAccess. More...

Inheritance diagram for IOLink.StreamAccessProvider:

Public Member Functions

 StreamAccessProvider (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 

Static Public Member Functions

static global::System.Runtime.InteropServices.HandleRef getCPtr (StreamAccessProvider obj)
 
static global::System.Runtime.InteropServices.HandleRef swigRelease (StreamAccessProvider obj)
 
static bool IsStreamAccess (DataAccess accessor)
 Checks if DataAccess is a StreamAccess.
 
static StreamAccess ToStream (DataAccess storage)
 
  • * Return a StreamAccess if the DataAccess supports it.

 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

Utility class to check and convert a DataAccess into a StreamAccess.

Member Function Documentation

◆ ToStream()

static StreamAccess IOLink.StreamAccessProvider.ToStream ( DataAccess  storage)
inlinestatic

  • * Return a StreamAccess if the DataAccess supports it.

  • *
  • * If it does not support this interface, returns null.

The documentation for this class was generated from the following file: