lib.haxe.org

format 1.20 Documentation

Back | Index
typedef format.zip.Entry
import format.zip.Data
var fileTime : Date
var fileSize : Int
var fileName : String
var extraFields : Null<List<ExtraField>>
var dataSize : Int
var data : Null<haxe.io.Bytes>
var crc32 : Null<haxe.Int32>
var compressed : Bool
Back | Index