C# Class java.util.zip.ZipOutputStream

Inheritance: java.util.zip.DeflaterOutputStream
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
ZipOutputStream ( java arg0 )
close ( ) : void
closeEntry ( ) : void
finish ( ) : void
putNextEntry ( java arg0 ) : void
setComment ( java arg0 ) : void
setLevel ( int arg0 ) : void
setMethod ( int arg0 ) : void
write ( byte arg0, int arg1, int arg2 ) : void

Méthodes protégées

Méthode Description
ZipOutputStream ( global @__env )

Private Methods

Méthode Description
ZipOutputStream ( )

Method Details

ZipOutputStream() protected méthode

protected ZipOutputStream ( global @__env )
@__env global

ZipOutputStream() public méthode

public ZipOutputStream ( java arg0 )
arg0 java

close() public méthode

public close ( ) : void
Résultat void

closeEntry() public méthode

public closeEntry ( ) : void
Résultat void

finish() public méthode

public finish ( ) : void
Résultat void

putNextEntry() public méthode

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

setComment() public méthode

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

setLevel() public méthode

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

setMethod() public méthode

public setMethod ( int arg0 ) : void
arg0 int
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