public class BinaryViewerContext extends BinaryContext
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 and Description |
|---|
BinaryViewerContext()
Creates and initializes a BinaryViewerContext instance.
|
appendBytes, appendBytes, close, getViewerData, loadFromFile, loadFromStream, resetDatagetViewerIdCopyright © 2023. All rights reserved.