Java.Sql.ISQLOutput.WriteByte Method
Write a byte value into the output stream.

Syntax

[Android.Runtime.Register("writeByte", "(B)V", "GetWriteByte_BHandler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteByte (sbyte theByte)

Parameters

theByte
the byte value to write.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error occurs.

Remarks

Write a byte value 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