![]() |
IOLink C# 1.11.0
|
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. | |
Extension class for StreamAccess.
|
inlinestatic |
Read data from a stream.
| obj | The stream to read data from |
| size | The number of bytes to read |