A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
active — Property in class deng.fzip.FZip
Indicates whether a file is currently being processed or not.
addFile(name, content) — Method in class deng.fzip.FZip
Adds a file to the ZIP archive.
addFileAt(index, name, content) — Method in class deng.fzip.FZip
Adds a file to the ZIP archive, at a specified index.
addFileFromString(name, content, charset) — Method in class deng.fzip.FZip
Adds a file from a String to the ZIP archive.
addFileFromStringAt(index, name, content, charset) — Method in class deng.fzip.FZip
Adds a file from a String to the ZIP archive, at a specified index.
addZip(zip:deng.fzip:FZip) — Method in class deng.fzip.FZipLibrary
Use this method to add an FZip instance to the processing queue.
Adler32(data, start, len) — Static method in class deng.utils.ChecksumUtil
Calculates an Adler-32 checksum over a ByteArray
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z