Class: Hexdump::Type::UChar Private

Inherits:
UInt8 show all
Defined in:
lib/hexdump/type.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Represents a single-byte unsigned character.

Since:

  • 1.0.0

Constant Summary

Constants inherited from Hexdump::Type

NATIVE_ENDIAN

Instance Attribute Summary

Attributes inherited from Hexdump::Type

#endian, #size

Method Summary

Methods inherited from UInt8

#initialize

Methods inherited from UInt

#initialize

Methods inherited from Hexdump::Type

#initialize, #signed?, #unsigned?

Constructor Details

This class inherits a constructor from Hexdump::Type::UInt8