Java.IO.StringBufferInputStream Class
A specialized Java.IO.InputStream that reads bytes from a String in a sequential manner.

See Also: StringBufferInputStream Members

Syntax

[Android.Runtime.Register("java/io/StringBufferInputStream", DoNotGenerateAcw=true)]
[System.Obsolete("This class is obsoleted in this android platform")]
public class StringBufferInputStream : InputStream

Remarks

A specialized Java.IO.InputStream that reads bytes from a String in a sequential manner.

[Android Documentation]

Requirements

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