共用方式為


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

適用於