CFReadStream.Read 方法

定义

重载

Read(Byte[])
Read(Byte[], Int32, Int32)

Read(Byte[])

public nint Read(byte[] buffer);
member this.Read : byte[] -> nint

参数

buffer
Byte[]

返回

System.System.IntPtr System.nativeint

适用于

Read(Byte[], Int32, Int32)

public nint Read(byte[] buffer, int offset, int count);
member this.Read : byte[] * int * int -> nint

参数

buffer
Byte[]
offset
Int32
count
Int32

返回

System.System.IntPtr System.nativeint

适用于