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  
securityError — Event in class deng.fzip.FZip
Dispatched if a call to FZip.load() attempts to load data from a server outside the security sandbox.
serialize(stream, includeAdler32) — Method in class deng.fzip.FZip
Serializes this zip archive into an IDataOutput stream (such as ByteArray or FileStream) according to PKZIP APPNOTE.TXT
serialize(stream, includeAdler32, centralDir, centralDirOffset) — Method in class deng.fzip.FZipFile
Serializes this zip archive into an IDataOutput stream (such as ByteArray or FileStream) according to PKZIP APPNOTE.TXT
setContentAsString(value, charset) — Method in class deng.fzip.FZipFile
Sets a string as the file's content.
sizeCompressed — Property in class deng.fzip.FZipFile
The size of the compressed file (in bytes).
sizeUncompressed — Property in class deng.fzip.FZipFile
The size of the uncompressed file (in bytes).
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