Package org.djutils.decoderdumper


package org.djutils.decoderdumper
Decode and dump a data stream in a human readable format.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.

Author:
Alexander Verbraeck, Peter Knoppers
  • Class
    Description
    Decode base64 encoded data and show it as hex bytes.
    Decode base64 encoded data and dump it in hexadecimal format and (insofar possible) as characters.
    Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
    Decoder interface.
    Common code for all (decoder-) Dumpers.
    Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
    Keep track of the address of the decoder-dumper and call flushLine when the last possible address of a line is received.
    Dump bytes as hexadecimal numbers
    Dump data in hexadecimal format and (insofar possible) as characters.
    Decoder that returns a time stamp in milliseconds that applies to the time of dump of the first byte on the output line.