CFReadStream.Read Method

Definition

Overloads

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

Read(Byte[])

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

Parameters

buffer
Byte[]

Returns

System.System.IntPtr System.nativeint

Applies to

Read(Byte[], Int32, Int32)

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

Parameters

buffer
Byte[]
offset
Int32
count
Int32

Returns

System.System.IntPtr System.nativeint

Applies to