ClassPackageDescription
 CheckPath
com.adobe.flascc.vfs This enum class contains the results determined by the checkPath method.
 CModule
com.adobe.flascc Contains convenience functions for reading and writting to domainMemory; also manages any flascc-specific global state (for example, the VFS and Posix interface implementations.)
 Console
com.adobe.flascc A basic implementation of a console for CrossBridge apps.
 DefaultPreloader
com.adobe.flascc.preloader By default, this preloader is injected into every flascc-generated SWF.
 DefaultVFS
com.adobe.flascc.vfs The default implementation of the IVFS interface
 FileHandle
com.adobe.flascc.vfs This class represents open files available to an flascc application.
 HTTPBackingStore
com.adobe.flascc.vfs A BackingStore that uses a URLLoader to load its files.
 IBackingStore
com.adobe.flascc.vfs This interface describes how an underlying data store interacts with the flascc virtual filesystem.
 IKernel
com.adobe.flascc.kernel This interface exposes all of the FreeBSD kernel system calls.
 InMemoryBackingStore
com.adobe.flascc.vfs The InMemoryBackingStore implements IBackingStore with a memory resident mapping between paths and file data stored as a ByteArray.
 ISpecialFile
com.adobe.flascc.vfs This interface is used by the VFS for special files that must be implemented via code rather than a fixed ByteArray.
 IVFS
com.adobe.flascc.vfs IVFS describes the interface to the flascc virtual filesystem, which controls how the filesystem appears to an flascc application.
 KernelConstants
com.adobe.flascc.kernel This helper class contains constant values defined in the libc headers.
 LSOBackingStore
com.adobe.flascc.vfs Extends the InMemoryBackingStore with one that stores and retrieves its data from a Flash Local Shared object (http://www.adobe.com/security/flashplayer/articles/lso/).
 PathUtils
com.adobe.flascc.vfs A collection of path handling related functions
 PlayerKernel
com.adobe.flascc.kernel This is the default implementation of the Posix interface.
 URLLoaderVFS
com.adobe.flascc.vfs TBD