![]() |
IOLink C# 1.11.0
|
Extension class for RandomAccess. More...
Static Public Member Functions | |
| static RandomAccess | CopyInMemory (this RandomAccess randomAccess) |
| Proxy for RandomAccessFactory.CopyInMemory. | |
| static RandomAccess | ExtractRegion (this RandomAccess src, uint offset) |
| Proxy for RandomAccessFactory.ExtractRegion. | |
| static RandomAccess | ExtractRegion (this RandomAccess src, uint offset, uint size) |
| Proxy for RandomAccessFactory.ExtractRegion. | |
| static StreamAccess | ToStream (this RandomAccess randomAccess) |
| Proxy for StreamAccessFactory.FromRandomAccess. | |
| static byte[] | Read (this RandomAccess obj, uint offset, uint size) |
| Read data from the accessor. | |
Extension class for RandomAccess.
|
inlinestatic |
Read data from the accessor.
| obj | The accessor to read data from |
| offset | The position from which to begin reading data |
| size | The number of bytes to read |