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  
file — Property in class deng.fzip.FZipEvent
The file that has finished loading.
fileLoaded — Event in class deng.fzip.FZip
Dispatched when a file contained in a ZIP archive has loaded successfully.
FILE_LOADED — Constant static property in class deng.fzip.FZipEvent
Defines the value of the type property of a FZipEvent object.
filename — Property in class deng.fzip.FZipFile
The file name (including relative path).
formatAsBitmapData(ext) — Method in class deng.fzip.FZipLibrary
Used to indicate a file extension that triggers formatting to BitmapData.
formatAsDisplayObject(ext) — Method in class deng.fzip.FZipLibrary
Used to indicate a file extension that triggers formatting to DisplayObject.
FZip — Class in package deng.fzip
Loads and parses ZIP archives.
FZip(filenameEncoding) — Constructor in class deng.fzip.FZip
Constructor
FZipErrorEvent — Class in package deng.fzip
FZip dispatches FZipErrorEvent objects when it encounters errors while parsing the ZIP archive.
FZipErrorEvent(type, text, bubbles, cancelable) — Constructor in class deng.fzip.FZipErrorEvent
Constructor
FZipEvent — Class in package deng.fzip
FZip dispatches FZipEvent objects when a file contained in the ZIP archive has finished loading and can be accessed.
FZipEvent(type, file:deng.fzip:FZipFile, bubbles, cancelable) — Constructor in class deng.fzip.FZipEvent
Constructor
FZipFile — Class in package deng.fzip
Represents a file contained in a ZIP archive.
FZipFile(filenameEncoding) — Constructor in class deng.fzip.FZipFile
Constructor
FZipLibrary — Class in package deng.fzip

FZipLibrary works with a FZip instance to load files as usable instances, like a DisplayObject or BitmapData.

FZipLibrary() — Constructor in class deng.fzip.FZipLibrary
Constructor
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