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 TypeClassDescriptionclassDecode base64 encoded data and show it as hex bytes.classCopyright (c) 2013-2025 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classCopyright (c) 2013-2025 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classKeep track of the address of the decoder-dumper and call flushLine when the last possible address of a line is received.classDump bytes as hexadecimal numbersclassDecoder 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.voidDumper.addDecoder(Decoder decoder) Add a Decoder at the end of the current list of decoders.