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>Returns a List of all ZipEntrys in supplied Input
static function readZipEntry( i : Input ) : ZipEntryRead first ZipEntry in supplied Input and then pop it
static function unzip( f : ZipEntry ) : Bytes
version #6984, modified 2009-09-15 11:42:27 by vhesselbom