Class BinaryViewerContext


  • public class BinaryViewerContext
    extends BinaryContext
    Represents the binary viewer in the Console which can display binary data in a read-only hex editor.

    The binary viewer in the Console interprets the LogEntry.getData() as binary data and displays it in a read-only hex editor.

    You can use the BinaryViewerContext class for creating custom log methods around `Session.logCustomContext` for sending custom binary data.

    This class is not guaranteed to be threadsafe.

    • Constructor Detail

      • BinaryViewerContext

        public BinaryViewerContext()
        Creates and initializes a BinaryViewerContext instance.