Package | Description |
---|---|
org.djutils.decoderdumper |
Decode and dump a data stream in a human readable format.
|
Modifier and Type | Class and Description |
---|---|
class |
Base64Decoder
Decode base64 encoded data and show it as hex bytes.
|
class |
CharDecoder
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
class |
FixedString
Copyright (c) 2013-2019 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Dumper.addDecoder(Decoder decoder)
Add a Decoder at the end of the current list of decoders.
|
Dumper<T> |
Dumper.addDecoder(int index,
Decoder decoder)
Add a Decoder at a specified index.
|
Copyright © 2018–2019 Delft University of Technology. All rights reserved.