C# Class java.nio.channels.spi.AbstractInterruptibleChannel

Inheritance: java.lang.Object, Channel, InterruptibleChannel
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
close ( ) : void
isOpen ( ) : bool

Protected Methods

Method Description
AbstractInterruptibleChannel ( global @__env )
begin ( ) : void
end ( bool arg0 ) : void
implCloseChannel ( ) : void

Private Methods

Method Description
AbstractInterruptibleChannel ( )

Method Details

AbstractInterruptibleChannel() protected method

protected AbstractInterruptibleChannel ( global @__env )
@__env global

begin() protected method

protected begin ( ) : void
return void

close() public method

public close ( ) : void
return void

end() protected method

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

implCloseChannel() protected abstract method

protected abstract implCloseChannel ( ) : void
return void

isOpen() public method

public isOpen ( ) : bool
return bool