Packageorg.tarotaro.flash.pv3d
Classpublic class ZipLoader
InheritanceZipLoader Inheritance flash.net.URLLoader

URLRequest#urlが、http://~~/zip://~~/.fileだった場合: 1.Zipファイルがキャッシュにあればキャッシュから、なければダウンロードして、保持状態にする 2.Zipファイルの中からByteCode形式でデータを取り出す。 URLRequest#urlがhttp://~~/zipだった場合: ZipファイルをByteCode形式で返しつつ、キャッシュにURLとの組で保存 他の場合: 通常のURLLoaderと同じ



Public Properties
 PropertyDefined By
  entryUrl : String
[read-only]
ZipLoader
  zipUrl : String
[read-only]
ZipLoader
Public Methods
 MethodDefined By
  
zipファイルをロードし、さらに内部のファイルを直接取り出すことが可能なZipLoaderのインスタンスを作成
ZipLoader
  
clearCache():void
[static]
ZipLoader
  
load(req:URLRequest):void
[override]
ZipLoader
Property Detail
entryUrlproperty
entryUrl:String  [read-only]


Implementation
    public function get entryUrl():String
zipUrlproperty 
zipUrl:String  [read-only]


Implementation
    public function get zipUrl():String
Constructor Detail
ZipLoader()Constructor
public function ZipLoader()

zipファイルをロードし、さらに内部のファイルを直接取り出すことが可能なZipLoaderのインスタンスを作成

Method Detail
clearCache()method
public static function clearCache():void

load()method 
override public function load(req:URLRequest):void

Parameters

req:URLRequest

See also

flash.net.URLLoader