Uses of Interface
org.djutils.decoderdumper.Decoder

Packages that use Decoder 
Package Description
org.djutils.decoderdumper
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 Decoder 
    Modifier and Type Class Description
    class  Base64Decoder
    Decode base64 encoded data and show it as hex bytes.
    class  CharDecoder
    Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
    class  FixedString
    Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
    class  HexAddressDecoder
    Keep track of the address of the decoder-dumper and call flushLine when the last possible address of a line is received.
    class  HexDecoder
    Dump bytes as hexadecimal numbers
    class  TimeStamper
    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 Decoder 
    Modifier and Type Method Description
    Dumper<T> Dumper.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.