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

Inheritance: java.lang.Object, Channel, InterruptibleChannel
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
close ( ) : void
isOpen ( ) : bool

Méthodes protégées

Méthode Description
AbstractInterruptibleChannel ( global @__env )
begin ( ) : void
end ( bool arg0 ) : void
implCloseChannel ( ) : void

Private Methods

Méthode Description
AbstractInterruptibleChannel ( )

Method Details

AbstractInterruptibleChannel() protected méthode

protected AbstractInterruptibleChannel ( global @__env )
@__env global

begin() protected méthode

protected begin ( ) : void
Résultat void

close() public méthode

public close ( ) : void
Résultat void

end() protected méthode

protected end ( bool arg0 ) : void
arg0 bool
Résultat void

implCloseChannel() protected abstract méthode

protected abstract implCloseChannel ( ) : void
Résultat void

isOpen() public méthode

public isOpen ( ) : bool
Résultat bool