Java.IO.RandomAccessFile.WriteInt Method
Writes a big-endian 32-bit integer to this file, starting at the current file pointer.

Syntax

[Android.Runtime.Register("writeInt", "(I)V", "")]
public void WriteInt (int val)

See Also

RandomAccessFile.ReadInt

Parameters

val
the int to write to this file.

Exceptions

TypeReason
Java.IO.IOExceptionif an I/O error occurs while writing to this file.

Remarks

Writes a big-endian 32-bit integer to this file, starting at the current file pointer.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1