언어

AbstractSessionOutputBuffer.Write 메서드

정의

오버로드

Name Description
Write(Byte[])

버퍼에서 세션 출력 버퍼로 바이트를 씁니다.

Write(Int32)

세션 출력 버퍼에 단일 바이트를 씁니다.

Write(Byte[], Int32, Int32)

세션 출력 버퍼에 바이트 범위를 씁니다.

Write(Byte[])

버퍼에서 세션 출력 버퍼로 바이트를 씁니다.

[Android.Runtime.Register("write", "([B)V", "GetWrite_arrayBHandler")]
public virtual void Write(byte[]? b);
[<Android.Runtime.Register("write", "([B)V", "GetWrite_arrayBHandler")>]
abstract member Write : byte[] -> unit
override this.Write : byte[] -> unit

매개 변수

b
Byte[]

쓸 바이트가 포함된 버퍼입니다.

구현

특성

설명

이 페이지의 일부는 Foundation에서 만들고 공유하며 의 조건에 따라 사용되는 작업을 기반으로 합니다.

적용 대상

Write(Int32)

세션 출력 버퍼에 단일 바이트를 씁니다.

[Android.Runtime.Register("write", "(I)V", "GetWrite_IHandler")]
public virtual void Write(int b);
[<Android.Runtime.Register("write", "(I)V", "GetWrite_IHandler")>]
abstract member Write : int -> unit
override this.Write : int -> unit

매개 변수

b
Int32

쓸 바이트 값입니다.

구현

특성

설명

이 페이지의 일부는 Foundation에서 만들고 공유하며 의 조건에 따라 사용되는 작업을 기반으로 합니다.

적용 대상

Write(Byte[], Int32, Int32)

세션 출력 버퍼에 바이트 범위를 씁니다.

[Android.Runtime.Register("write", "([BII)V", "GetWrite_arrayBIIHandler")]
public virtual void Write(byte[]? b, int off, int len);
[<Android.Runtime.Register("write", "([BII)V", "GetWrite_arrayBIIHandler")>]
abstract member Write : byte[] * int * int -> unit
override this.Write : byte[] * int * int -> unit

매개 변수

b
Byte[]

쓸 바이트가 포함된 버퍼입니다.

off
Int32

버퍼의 0부터 시작하는 오프셋입니다.

len
Int32

쓸 바이트 수입니다.

구현

특성

설명

이 페이지의 일부는 Foundation에서 만들고 공유하며 의 조건에 따라 사용되는 작업을 기반으로 합니다.

적용 대상