ContentLengthOutputStream.Write(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a byte unless the configured content length has been reached.
[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.