| Package | com.adobe.flascc.vfs |
| Class | public class URLLoaderVFS |
| Inheritance | URLLoaderVFS InMemoryBackingStore flash.events.EventDispatcher |
| Method | Defined By | ||
|---|---|---|---|
Constructor
| URLLoaderVFS | ||
![]() | addDirectory(path:String):void
Insert a mapping representing a directory. | InMemoryBackingStore | |
![]() | addFile(path:String, data:ByteArray):void
Insert a mapping from path to data into the filemap. | InMemoryBackingStore | |
![]() | 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 | ||
![]() | flush():void
Commits any outstanding changes to the underlying datastore. | InMemoryBackingStore | |
![]() | getFile(path:String):ByteArray
Given a file object returned from makeFileObject this method extracts the contents of that file as a ByteArray
| InMemoryBackingStore | |
![]() | getPaths():Vector.<String>
Retrieves all of the files paths contained in this BackingStore. | InMemoryBackingStore | |
![]() | isDirectory(path:String):Boolean
Checks if a path is a directory. | InMemoryBackingStore | |
loadManifest(path:String = manifest):void
TBD
| URLLoaderVFS | ||
![]() | pathExists(path:String):Boolean
Checks if a path exists. | InMemoryBackingStore | |
| URLLoaderVFS | () | Constructor |
public function URLLoaderVFS()Constructor
| dispose | () | method |
public function dispose():voidTBD
| loadManifest | () | method |
public function loadManifest(path:String = manifest):voidTBD
Parameters
path:String (default = manifest) |