net.lingala.zip4j.model
Class ZipParameters

java.lang.Object
  extended by net.lingala.zip4j.model.ZipParameters
All Implemented Interfaces:
Cloneable

public class ZipParameters
extends Object
implements Cloneable


Constructor Summary
ZipParameters()
           
 
Method Summary
 Object clone()
           
 int getAesKeyStrength()
           
 int getCompressionLevel()
           
 int getCompressionMethod()
           
 String getDefaultFolderPath()
           
 int getEncryptionMethod()
           
 String getFileNameInZip()
           
 String getPassword()
           
 String getRootFolderInZip()
           
 int getSourceFileCRC()
           
 TimeZone getTimeZone()
           
 boolean isEncryptFiles()
           
 boolean isIncludeRootFolder()
           
 boolean isReadHiddenFiles()
           
 boolean isSourceExternalStream()
           
 void setAesKeyStrength(int aesKeyStrength)
           
 void setCompressionLevel(int compressionLevel)
           
 void setCompressionMethod(int compressionMethod)
           
 void setDefaultFolderPath(String defaultFolderPath)
           
 void setEncryptFiles(boolean encryptFiles)
           
 void setEncryptionMethod(int encryptionMethod)
           
 void setFileNameInZip(String fileNameInZip)
           
 void setIncludeRootFolder(boolean includeRootFolder)
           
 void setPassword(String password)
           
 void setReadHiddenFiles(boolean readHiddenFiles)
           
 void setRootFolderInZip(String rootFolderInZip)
           
 void setSourceExternalStream(boolean isSourceExternalStream)
           
 void setSourceFileCRC(int sourceFileCRC)
           
 void setTimeZone(TimeZone timeZone)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipParameters

public ZipParameters()
Method Detail

getCompressionMethod

public int getCompressionMethod()

setCompressionMethod

public void setCompressionMethod(int compressionMethod)

isEncryptFiles

public boolean isEncryptFiles()

setEncryptFiles

public void setEncryptFiles(boolean encryptFiles)

getEncryptionMethod

public int getEncryptionMethod()

setEncryptionMethod

public void setEncryptionMethod(int encryptionMethod)

getCompressionLevel

public int getCompressionLevel()

setCompressionLevel

public void setCompressionLevel(int compressionLevel)

isReadHiddenFiles

public boolean isReadHiddenFiles()

setReadHiddenFiles

public void setReadHiddenFiles(boolean readHiddenFiles)

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getAesKeyStrength

public int getAesKeyStrength()

setAesKeyStrength

public void setAesKeyStrength(int aesKeyStrength)

isIncludeRootFolder

public boolean isIncludeRootFolder()

setIncludeRootFolder

public void setIncludeRootFolder(boolean includeRootFolder)

getRootFolderInZip

public String getRootFolderInZip()

setRootFolderInZip

public void setRootFolderInZip(String rootFolderInZip)

getTimeZone

public TimeZone getTimeZone()

setTimeZone

public void setTimeZone(TimeZone timeZone)

getSourceFileCRC

public int getSourceFileCRC()

setSourceFileCRC

public void setSourceFileCRC(int sourceFileCRC)

getDefaultFolderPath

public String getDefaultFolderPath()

setDefaultFolderPath

public void setDefaultFolderPath(String defaultFolderPath)

getFileNameInZip

public String getFileNameInZip()

setFileNameInZip

public void setFileNameInZip(String fileNameInZip)

isSourceExternalStream

public boolean isSourceExternalStream()

setSourceExternalStream

public void setSourceExternalStream(boolean isSourceExternalStream)


Copyright © 2011. All Rights Reserved.