Uses of Interface
org.djutils.decoderdumper.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 classBase64DecoderDecode base64 encoded data and show it as hex bytes.classCharDecoderCopyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classFixedStringCopyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classHexAddressDecoderKeep track of the address of the decoder-dumper and call flushLine when the last possible address of a line is received.classHexDecoderDump bytes as hexadecimal numbersclassTimeStamperDecoder 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.voidDumper. addDecoder(Decoder decoder)Add a Decoder at the end of the current list of decoders.