C# Class java.util.zip.ZipOutputStream

Inheritance: java.util.zip.DeflaterOutputStream
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
ZipOutputStream ( global @__env )

Private Methods

Method Description
ZipOutputStream ( )

Method Details

ZipOutputStream() protected method

protected ZipOutputStream ( global @__env )
@__env global

ZipOutputStream() public method

public ZipOutputStream ( java arg0 )
arg0 java

close() public method

public close ( ) : void
return void

closeEntry() public method

public closeEntry ( ) : void
return void

finish() public method

public finish ( ) : void
return void

putNextEntry() public method

public putNextEntry ( java arg0 ) : void
arg0 java
return void

setComment() public method

public setComment ( java arg0 ) : void
arg0 java
return void

setLevel() public method

public setLevel ( int arg0 ) : void
arg0 int
return void

setMethod() public method

public setMethod ( int arg0 ) : void
arg0 int
return void

write() public method

public write ( byte arg0, int arg1, int arg2 ) : void
arg0 byte
arg1 int
arg2 int
return void