Java.Sql.ISQLOutput.WriteBinaryStream Method
Write a stream of uninterpreted bytes into the output stream.

Syntax

[Android.Runtime.Register("writeBinaryStream", "(Ljava/io/InputStream;)V", "GetWriteBinaryStream_Ljava_io_InputStream_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteBinaryStream (System.IO.Stream theStream)

Parameters

theStream
the stream of bytes to write, as a java.io.InputStream object

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error occurs.

Remarks

Write a stream of uninterpreted 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