C# Class java.io.FileOutputStream

Inheritance: OutputStream
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
FileOutputStream ( java arg0 )
FileOutputStream ( java arg0, bool arg1 )
close ( ) : void
getChannel ( ) : global::java.nio.channels.FileChannel
getFD ( ) : global::java.io.FileDescriptor
write ( byte arg0 ) : void
write ( byte arg0, int arg1, int arg2 ) : void
write ( int arg0 ) : void

Méthodes protégées

Méthode Description
FileOutputStream ( global @__env )
finalize ( ) : void

Private Methods

Méthode Description
FileOutputStream ( )

Method Details

FileOutputStream() protected méthode

protected FileOutputStream ( global @__env )
@__env global

FileOutputStream() public méthode

public FileOutputStream ( java arg0 )
arg0 java

FileOutputStream() public méthode

public FileOutputStream ( java arg0, bool arg1 )
arg0 java
arg1 bool

close() public méthode

public close ( ) : void
Résultat void

finalize() protected méthode

protected finalize ( ) : void
Résultat void

getChannel() public méthode

public getChannel ( ) : global::java.nio.channels.FileChannel
Résultat global::java.nio.channels.FileChannel

getFD() public méthode

public getFD ( ) : global::java.io.FileDescriptor
Résultat global::java.io.FileDescriptor

write() public méthode

public write ( byte arg0 ) : void
arg0 byte
Résultat void

write() public méthode

public write ( byte arg0, int arg1, int arg2 ) : void
arg0 byte
arg1 int
arg2 int
Résultat void

write() public méthode

public write ( int arg0 ) : void
arg0 int
Résultat void