Java.IO.IDataOutput.Write Method
Writes count bytes from the byte array buffer starting at offset index.

Syntax

[Android.Runtime.Register("write", "([BII)V", "GetWrite_arrayBIIHandler:Java.IO.IDataOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Write (byte[] buffer, int offset, int count)

Parameters

buffer
the buffer to write.
offset
the index of the first byte in buffer to write.
count
the number of bytes from the buffer to write.

Exceptions

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

Remarks

Writes count bytes from the byte array buffer starting at offset index.

[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