# File lib/puppet/provider/selmodule/semodule.rb, line 79
79:     def selmod_readnext (handle)
80:         len = handle.read(4).unpack('L')[0]
81:         return handle.read(len)
82:     end