Packagecom.adobe.flascc.vfs
Classpublic class URLLoaderVFS
InheritanceURLLoaderVFS Inheritance InMemoryBackingStore Inheritance flash.events.EventDispatcher

TBD



Public Properties
 PropertyDefined By
 InheritedreadOnly : Boolean
[read-only] This BackingStore is read-write, so this always returns false.
InMemoryBackingStore
Public Methods
 MethodDefined By
  
Constructor
URLLoaderVFS
 Inherited
addDirectory(path:String):void
Insert a mapping representing a directory.
InMemoryBackingStore
 Inherited
addFile(path:String, data:ByteArray):void
Insert a mapping from path to data into the filemap.
InMemoryBackingStore
 Inherited
deleteFile(path:String):void
Given an array of strings representing file paths, this method removes the reference to that file from the filemap.
InMemoryBackingStore
  
dispose():void
TBD
URLLoaderVFS
 Inherited
flush():void
Commits any outstanding changes to the underlying datastore.
InMemoryBackingStore
 Inherited
getFile(path:String):ByteArray
Given a file object returned from makeFileObject this method extracts the contents of that file as a ByteArray
InMemoryBackingStore
 Inherited
getPaths():Vector.<String>
Retrieves all of the files paths contained in this BackingStore.
InMemoryBackingStore
 Inherited
isDirectory(path:String):Boolean
Checks if a path is a directory.
InMemoryBackingStore
  
loadManifest(path:String = manifest):void
TBD
URLLoaderVFS
 Inherited
pathExists(path:String):Boolean
Checks if a path exists.
InMemoryBackingStore
Constructor Detail
URLLoaderVFS()Constructor
public function URLLoaderVFS()

Constructor

Method Detail
dispose()method
public function dispose():void

TBD

loadManifest()method 
public function loadManifest(path:String = manifest):void

TBD

Parameters

path:String (default = manifest)