| Package | ch.capi.net |
| Interface | public interface ILoadableFileSelector |
| Implementors | ExtensionFileSelector |
ILoadableFile into a
LoadableFileFactory.
See also
| Method | Defined by | ||
|---|---|---|---|
|
Creates a
ILoadableFile using the specified LoadableFileFactory. | ILoadableFileSelector | ||
| create | () | method |
public function create(request:URLRequest, factory:LoadableFileFactory):ILoadableFile
Creates a ILoadableFile using the specified LoadableFileFactory. A
ILoadableFileSelector should't use the create() or createFile() methods
of the LoadableFileFactory because this method will be called again (risk of recursivity error).
request:URLRequest — The URLRequest.
|
|
factory:LoadableFileFactory — The LoadableFileFactory.
|
ILoadableFile —
The created ILoadableFile object.
|