ObjectOutputStream.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.
[Android.Runtime.Register("write", "(I)V", "GetWrite_IHandler")]
public override void Write (int val);
[<Android.Runtime.Register("write", "(I)V", "GetWrite_IHandler")>]
override this.Write : int -> unit
Parameters
- val
- Int32
the byte to be written to the stream
Implements
- Attributes
Exceptions
if an error occurs while writing to the target stream.
Remarks
Writes a byte. This method will block until the byte is actually written.
Java documentation for java.io.ObjectOutputStream.write(int)
.
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.