Java.Sql.ISQLOutput.WriteAsciiStream Method
Write a stream of ASCII characters into the output stream.

Syntax

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

Parameters

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

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error occurs.

Remarks

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