The protected default constructor.sinceAndroid 1.0 super();
super();
Initializes a pipe.returna new instance of pipe.throwsIOException if an I/O error occurs.sinceAndroid 1.0 return SelectorProvider.provider().openPipe();
return SelectorProvider.provider().openPipe();
Returns the sink channel of the pipe.returna writable sink channel of the pipe.sinceAndroid 1.0
Returns the source channel of the pipe.returna readable source channel of the pipe.sinceAndroid 1.0