Wire.Output Method

Definition

Overloads

Output(Byte[])
Output(Int32)
Output(Stream)
Output(String)
Output(Byte[], Int32, Int32)

Output(Byte[])

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

Parameters

b
Byte[]
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Output(Int32)

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

Parameters

b
Int32
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Output(Stream)

[Android.Runtime.Register("output", "(Ljava/io/InputStream;)V", "GetOutput_Ljava_io_InputStream_Handler")]
public virtual void Output (System.IO.Stream? outstream);
[<Android.Runtime.Register("output", "(Ljava/io/InputStream;)V", "GetOutput_Ljava_io_InputStream_Handler")>]
abstract member Output : System.IO.Stream -> unit
override this.Output : System.IO.Stream -> unit

Parameters

outstream
Stream
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Output(String)

[Android.Runtime.Register("output", "(Ljava/lang/String;)V", "GetOutput_Ljava_lang_String_Handler")]
public virtual void Output (string? s);
[<Android.Runtime.Register("output", "(Ljava/lang/String;)V", "GetOutput_Ljava_lang_String_Handler")>]
abstract member Output : string -> unit
override this.Output : string -> unit

Parameters

s
String
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Output(Byte[], Int32, Int32)

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

Parameters

b
Byte[]
off
Int32
len
Int32
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to