Java.IO.SequenceInputStream Members

The members of Java.IO.SequenceInputStream are listed below.

See Also: Inherited members from Java.IO.InputStream

Public Constructors

Documentation for this section has not yet been entered.
Constructs a new SequenceInputStream using the two streams s1 and s2 as the sequence of streams to read from.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
Read() : int
Reads a single byte from this sequence of input streams and returns it as an integer in the range from 0 to 255.