Uses of Interface
org.djutils.decoderdumper.Decoder
Packages that use Decoder
Package
Description
Decode and dump a data stream in a human readable format.
-
Uses of Decoder in org.djutils.decoderdumper
Classes in org.djutils.decoderdumper that implement DecoderModifier and TypeClassDescriptionclass
Decode base64 encoded data and show it as hex bytes.class
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
Keep track of the address of the decoder-dumper and call flushLine when the last possible address of a line is received.class
Dump bytes as hexadecimal numbersclass
Decoder that returns a time stamp in milliseconds that applies to the time of dump of the first byte on the output line.Methods in org.djutils.decoderdumper with parameters of type DecoderModifier and TypeMethodDescriptionDumper.addDecoder
(int index, Decoder decoder) Add a Decoder at a specified index.void
Dumper.addDecoder
(Decoder decoder) Add a Decoder at the end of the current list of decoders.