Partager via


CFReadStream.Read Méthode

Définition

Surcharges

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

Read(Byte[])

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

Paramètres

buffer
Byte[]

Retours

System.System.IntPtr System.nativeint

S’applique à

Read(Byte[], Int32, Int32)

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

Paramètres

buffer
Byte[]
offset
Int32
count
Int32

Retours

System.System.IntPtr System.nativeint

S’applique à