ChunkedOutputStream.Write(Int32) Method

Definition

Writes a byte to the chunked output stream.

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

Parameters

b
Int32

The byte value to write.

Attributes

Remarks

Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0.

Applies to