Java.Sql.ISQLOutput.WriteBytes Method
Write an array of bytes into the output stream.

Syntax

[Android.Runtime.Register("writeBytes", "([B)V", "GetWriteBytes_arrayBHandler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteBytes (byte[] theBytes)

Parameters

theBytes
the array of bytes to write.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error occurs.

Remarks

Write an array of bytes into the output stream.

[Android Documentation]

Requirements

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