type A_Packfile_Stream is access all Packfile_Stream'Class;
function Open_Stream
( | filename, mode | : String ) return A_Packfile_Stream; |
function Stream
( | f | : not null A_Packfile ) return A_Packfile_Stream; |
procedure Close
( | stream | : in out A_Packfile_Stream ); |
function EOF
( | stream | : access Packfile_Stream ) return Boolean; |
function Error
( | stream | : access Packfile_Stream ) return Boolean; |