![]() |
IOLink Python 1.11.0
|
Public Member Functions | |
| __init__ (self) | |
Static Public Member Functions | |
| is_stream_access (accessor) | |
| to_stream (storage) | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Utility class to check and convert a DataAccess into a StreamAccess.
|
static |
Checks if DataAccess is a StreamAccess.
|
static |
- * Return a StreamAccess if the DataAccess supports it.
- *
- * If it does not support this interface, returns null.
-