Module Platform::ByteOrder
In: lib/more/facets/platform.rb

Copyright (c) 2003 Michael Neumann

Methods

Constants

Native = :Native
BigEndian = Big = Network = :BigEndian
LittleEndian = Little = :LittleEndian

Public Instance methods

big?()

Alias for big_endian?

examines the byte order of the underlying machine

byteorder()

Alias for byte_order

little?()

Alias for little_endian?

network?()

Alias for big_endian?

[Validate]