Pipe.Source Method

Definition

Returns this pipe's source channel.

[Android.Runtime.Register("source", "()Ljava/nio/channels/Pipe$SourceChannel;", "GetSourceHandler")]
public abstract Java.Nio.Channels.Pipe.SourceChannel? Source ();
[<Android.Runtime.Register("source", "()Ljava/nio/channels/Pipe$SourceChannel;", "GetSourceHandler")>]
abstract member Source : unit -> Java.Nio.Channels.Pipe.SourceChannel

Returns

This pipe's source channel

Attributes

Remarks

Java documentation for java.nio.channels.Pipe.source().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to