package Archives.Zip_Archives is
type Zip_Archive is new Archive with private;
function Exists
( | this | : access Zip_Archive; |
filename | : String ) return Boolean; |
function Load_Bitmap
( | this | : access Zip_Archive; |
filename | : String ) return A_Bitmap; |
function Load_Packfile
( | this | : access Zip_Archive; |
filename | : String ) return A_Packfile; |
function Load_Raw
( | this | : access Zip_Archive; |
filename | : String ) return access Stream_Element_Array; |