Reader
class neko.zip.ReaderAvailable in neko
static function readGZData( i : Input, o : Output, ?bufsize : Int ) : Int
static function readGZHeader( i : Input ) : String
static function readTar( i : Input, ?gz : Bool ) : List<ZipEntry>
static function readTarData( i : Input, o : Output, size : Int, ?bufsize : Int ) : Void
static function readTarEntry( i : Input ) : { fileTime : Date, fileSize : Int, fileName : String }
static function readZip( i : Input ) : List<ZipEntry>
static function readZipEntry( i : Input ) : ZipEntry
static function unzip( f : ZipEntry ) : Bytes
version #2336, modified 2008-07-28 10:01:53 by api