Table of Contents - hexdump-1.0.0 Documentation
Pages
- ChangeLog
- LICENSE
-
README
- hexdump.rb
- Description
- Features
- Install
- gemspec
- Gemfile
- Examples
- Core Extensions
- Output (file)
- UTF-8
- Columns
- Repeating Columns
- Grouping Columns
- Grouping Chars
- Grouping UTF-8 Chars
- Disable Chars
- Hexadecimal
- Decimal
- Octal
- Binary
- UInt Type
- Little-endian
- Big-endian
- Int Type
- Char Type
- Float Type
- Skipping Data
- Zero-padding
- ANSI Styling
- ANSI Highlighting
- Block Configuration
- Benchmarks
- Ruby 2.7.4
- Ruby 3.0.2
- JRuby 9.2.19.0
- TruffleRuby 21.2.0.1
- Copyright
Classes and Modules
- File
- Hexdump
- Hexdump::Chars
- Hexdump::FormatString
- Hexdump::Hexdump
- Hexdump::Mixin
- Hexdump::ModuleMethods
- Hexdump::Numeric
- Hexdump::Numeric::Binary
- Hexdump::Numeric::CharOrInt
- Hexdump::Numeric::Decimal
- Hexdump::Numeric::Hexadecimal
- Hexdump::Numeric::IncompatibleTypeError
- Hexdump::Numeric::Octal
- Hexdump::Reader
- Hexdump::Theme
- Hexdump::Theme::ANSI
- Hexdump::Theme::Rule
- Hexdump::Type
- Hexdump::Type::Char
- Hexdump::Type::Float
- Hexdump::Type::Float32
- Hexdump::Type::Float64
- Hexdump::Type::Int
- Hexdump::Type::Int16
- Hexdump::Type::Int32
- Hexdump::Type::Int64
- Hexdump::Type::Int8
- Hexdump::Type::UChar
- Hexdump::Type::UInt
- Hexdump::Type::UInt16
- Hexdump::Type::UInt32
- Hexdump::Type::UInt64
- Hexdump::Type::UInt8
- IO
- Kernel
- String
- StringIO
Methods
- ::dump — Hexdump
- ::hexdump — File
- ::new — Hexdump::Chars
- ::new — Hexdump::FormatString
- ::new — Hexdump::Hexdump
- ::new — Hexdump::Numeric::Binary
- ::new — Hexdump::Numeric::CharOrInt
- ::new — Hexdump::Numeric::Decimal
- ::new — Hexdump::Numeric::Hexadecimal
- ::new — Hexdump::Numeric::Octal
- ::new — Hexdump::Reader
- ::new — Hexdump::Theme
- ::new — Hexdump::Theme::ANSI
- ::new — Hexdump::Theme::Rule
- ::new — Hexdump::Type
- ::new — Hexdump::Type::Int
- ::new — Hexdump::Type::Int8
- ::new — Hexdump::Type::Int16
- ::new — Hexdump::Type::Int32
- ::new — Hexdump::Type::Int64
- ::new — Hexdump::Type::UInt
- ::new — Hexdump::Type::UInt8
- ::new — Hexdump::Type::UInt16
- ::new — Hexdump::Type::UInt32
- ::new — Hexdump::Type::UInt64
- ::new — Hexdump::Type::Float
- ::new — Hexdump::Type::Float32
- ::new — Hexdump::Type::Float64
- #% — Hexdump::FormatString
- #% — Hexdump::Numeric::CharOrInt
- #apply — Hexdump::Theme::Rule
- #apply_highlight — Hexdump::Theme::Rule
- #base= — Hexdump::Hexdump
- #dump — Hexdump::Hexdump
- #each — Hexdump::Reader
- #each_byte — Hexdump::Reader
- #each_float — Hexdump::Reader
- #each_formatted_row — Hexdump::Hexdump
- #each_int — Hexdump::Reader
- #each_line — Hexdump::Hexdump
- #each_non_repeating_row — Hexdump::Hexdump
- #each_row — Hexdump::Hexdump
- #each_slice — Hexdump::Hexdump
- #each_slice — Hexdump::Reader
- #each_uint — Hexdump::Reader
- #encoding= — Hexdump::Hexdump
- #group_chars= — Hexdump::Hexdump
- #hexdump — Hexdump::Hexdump
- #hexdump — Hexdump::Mixin
- #hexdump — Hexdump::ModuleMethods
- #highlight — Hexdump::Theme::Rule
- #highlights — Hexdump::Theme::Rule
- #index_base= — Hexdump::Hexdump
- #scrub — Hexdump::Chars
- #signed? — Hexdump::Type
- #theme — Hexdump::Hexdump
- #theme? — Hexdump::Hexdump
- #to_hexdump — Hexdump::Mixin
- #to_s — Hexdump::FormatString
- #to_s — Hexdump::Theme::ANSI
- #to_str — Hexdump::Theme::ANSI
- #type= — Hexdump::Hexdump
- #unsigned? — Hexdump::Type
- #width — Hexdump::Numeric::CharOrInt
- #zero_pad? — Hexdump::Reader