Package backend :: Package common :: Module rhn_pkg :: Class A_Package
[hide private]
[frames] | no frames]

Class A_Package

source code

virtual class that implements shared methods for RPM/MPM/DEB package object

Instance Methods [hide private]
 
__init__(self, input_stream=None) source code
 
read_header(self)
reads header from self.input_file
source code
 
save_payload(self, output_stream)
saves payload to output_stream
source code
 
payload_checksum(self) source code
Static Methods [hide private]
 
_stream_copy(source, dest, c_hash=None)
copies data from the source stream to the destination stream
source code
 
_read_bytes(stream, amt) source code