Parent

Methods

Class/Module Index [+]

Quicksearch

Moped::BSON::Types::Integer64

Public Class Methods

__bson_load__(io) click to toggle source
# File lib/moped/bson/types.rb, line 18
def self.__bson_load__(io)
  io.read(8).unpack(INT64_PACK)[0]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.