Uses of Class
org.djutils.decoderdumper.Dumper
Package
Description
Decode and dump a data stream in a human readable format.
-
Uses of Dumper in org.djutils.decoderdumper
Modifier and TypeClassDescriptionclass
Decode base64 encoded data and dump it in hexadecimal format and (insofar possible) as characters.class
Dump data in hexadecimal format and (insofar possible) as characters.Modifier and TypeMethodDescriptionDumper.addDecoder
(int index, Decoder decoder) Add a Decoder at a specified index.Dumper.append
(byte[] bytes) Append an array of bytes.Dumper.append
(byte[] bytes, int start, int len) Append a slice of an array of bytes.Dumper.append
(InputStream inputStream) Consume an entire input stream and append what it produces to this Dumpmer.Dumper.setOutputStream
(OutputStream newOutputStream) Set or replace the active output stream.Dumper.setSuppressMultipleIdenticalLines
(boolean newState) Set the output compression mode.