다음을 통해 공유


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

적용 대상