Class HexDumpEntryFormatter


  • public class HexDumpEntryFormatter
    extends EntryFormatter
    A hex dump entry formatter.
    • Constructor Detail

      • HexDumpEntryFormatter

        public HexDumpEntryFormatter()
    • Method Detail

      • formatEntry

        public void formatEntry​(byte[] data)
        Description copied from class: EntryFormatter
        Format an entry into a readable format.
        Specified by:
        formatEntry in class EntryFormatter
        Parameters:
        data - Data Payload
      • formatEntry

        public void formatEntry​(java.io.InputStream input)
        Description copied from class: EntryFormatter
        Format an entry from a string into a readable format.
        Specified by:
        formatEntry in class EntryFormatter
        Parameters:
        input - Input Stream