Method: OpenPGP::Buffer#read_timestamp

Defined in:
lib/openpgp/buffer.rb

#read_timestampObject



30
31
32
# File 'lib/openpgp/buffer.rb', line 30

def read_timestamp
  read_unpacked(4, 'N')
end