Share via


CFReadStream.Read Method

Definition

Overloads

Read(Byte[])

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

Parameters

buffer
Byte[]

Returns

IntPtr

nativeint

Applies to

Read(Byte[], Int32, Int32)

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

Parameters

buffer
Byte[]
offset
Int32
count
Int32

Returns

IntPtr

nativeint

Applies to