HexEncoder.this

Create a hex encoder.

  1. this(Case the_case)
  2. this(bool newlines, size_t line_length, Case the_case)
    class HexEncoder
    public
    this
    (
    bool newlines = false
    ,
    size_t line_length = 72
    ,)

Parameters

newlines bool

should newlines be used

line_length size_t

if newlines are used, how long are lines

the_case Case

the case to use in the encoded strings

Meta