Package com.gurock.smartinspect.contexts
Class BinaryViewerContext
- java.lang.Object
-
- com.gurock.smartinspect.contexts.ViewerContext
-
- com.gurock.smartinspect.contexts.BinaryContext
-
- com.gurock.smartinspect.contexts.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 Summary
Constructors Constructor Description BinaryViewerContext()Creates and initializes a BinaryViewerContext instance.
-
Method Summary
-
Methods inherited from class com.gurock.smartinspect.contexts.BinaryContext
appendBytes, appendBytes, close, getViewerData, loadFromFile, loadFromStream, resetData
-
Methods inherited from class com.gurock.smartinspect.contexts.ViewerContext
getViewerId
-
-