C# Class java.io.DataOutputStream

Inheritance: java.io.FilterOutputStream, java.io.DataOutput
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
DataOutputStream ( java arg0 )
flush ( ) : void
size ( ) : int
write ( byte arg0, int arg1, int arg2 ) : void
write ( int arg0 ) : void
writeBoolean ( bool arg0 ) : void
writeByte ( int arg0 ) : void
writeBytes ( java arg0 ) : void
writeChar ( int arg0 ) : void
writeChars ( java arg0 ) : void
writeDouble ( double arg0 ) : void
writeFloat ( float arg0 ) : void
writeInt ( int arg0 ) : void
writeLong ( long arg0 ) : void
writeShort ( int arg0 ) : void
writeUTF ( java arg0 ) : void

Méthodes protégées

Méthode Description
DataOutputStream ( global @__env )

Private Methods

Méthode Description
DataOutputStream ( )

Method Details

DataOutputStream() protected méthode

protected DataOutputStream ( global @__env )
@__env global

DataOutputStream() public méthode

public DataOutputStream ( java arg0 )
arg0 java

flush() public méthode

public flush ( ) : void
Résultat void

size() public méthode

public size ( ) : int
Résultat int

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

writeBoolean() public méthode

public writeBoolean ( bool arg0 ) : void
arg0 bool
Résultat void

writeByte() public méthode

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

writeBytes() public méthode

public writeBytes ( java arg0 ) : void
arg0 java
Résultat void

writeChar() public méthode

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

writeChars() public méthode

public writeChars ( java arg0 ) : void
arg0 java
Résultat void

writeDouble() public méthode

public writeDouble ( double arg0 ) : void
arg0 double
Résultat void

writeFloat() public méthode

public writeFloat ( float arg0 ) : void
arg0 float
Résultat void

writeInt() public méthode

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

writeLong() public méthode

public writeLong ( long arg0 ) : void
arg0 long
Résultat void

writeShort() public méthode

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

writeUTF() public méthode

public writeUTF ( java arg0 ) : void
arg0 java
Résultat void