Documentation
Table of Contents
Class Inheritance Tree
Navigation
Description
Subprograms & Entries
Index
Init
Final
Update
Package:
CRC
Goto spec source
Description
package
Zip.CRC
is
Cyclic redundancy check to verify archived data integrity
Subprograms & Entries
Init
Goto spec in source
procedure
Init
(
CRC
:
out
Unsigned_32 );
Final
Goto spec in source
function
Final
(
CRC
: Unsigned_32 )
return
Unsigned_32;
Update
Goto spec in source
procedure
Update
(
CRC
:
in
out
Unsigned_32;
InBuf
:
Zip.Byte_Buffer
);