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

Extension class for StreamAccess. More...

Static Public Member Functions

static StreamAccess CopyInMemory (this StreamAccess streamAccess)
 Proxy for StreamAccessFactory.CopyInMemory.
 
static RandomAccess ToRandom (this StreamAccess streamAccess)
 Proxy for RandomAccessFactory.FromStream.
 
static byte[] Read (this StreamAccess obj, uint size)
 Read data from a stream.
 

Detailed Description

Extension class for StreamAccess.

Member Function Documentation

◆ Read()

static byte[] IOLink.StreamAccessExtension.Read ( this StreamAccess  obj,
uint  size 
)
inlinestatic

Read data from a stream.

Parameters
objThe stream to read data from
sizeThe number of bytes to read
Returns
A byte array containing the read data

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