C# Class java.nio.channels.Pipe.SinkChannel_

Inheritance: java.nio.channels.Pipe.SinkChannel
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
write ( java arg0 ) : int
write ( java arg0 ) : long
write ( java arg0, int arg1, int arg2 ) : long

Protected Methods

Method Description
implCloseSelectableChannel ( ) : void
implConfigureBlocking ( bool arg0 ) : void

Private Methods

Method Description
SinkChannel_ ( )
SinkChannel_ ( global @__env )

Method Details

implCloseSelectableChannel() protected method

protected implCloseSelectableChannel ( ) : void
return void

implConfigureBlocking() protected method

protected implConfigureBlocking ( bool arg0 ) : void
arg0 bool
return void

write() public method

public write ( java arg0 ) : int
arg0 java
return int

write() public method

public write ( java arg0 ) : long
arg0 java
return long

write() public method

public write ( java arg0, int arg1, int arg2 ) : long
arg0 java
arg1 int
arg2 int
return long