Package | com.adobe.flascc.vfs |
Class | public class HTTPBackingStore |
Inheritance | HTTPBackingStore ![]() ![]() |
progress
,
complete
and ioerror
events to monitor download progress.
After a download has completed it is added to the VFS and is available for use.
Method | Defined By | ||
---|---|---|---|
HTTPBackingStore | |||
![]() | 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 | |
![]() | 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 | |
![]() | pathExists(path:String):Boolean
Checks if a path exists. | InMemoryBackingStore |