ZipEntry.setMethod
Class Overview | Class Members |
This Package |
All Packages
public void setMethod( int method )
Parameters
- method
- the compression method, either STORED or DEFLATED
Description
Sets the compression method for the entry.
Exceptions
IllegalArgumentException
if the specified compression
method is invalid
Send feedback to MSDN.Look here for MSDN Online resources.