Class HexView


  • public class HexView
    extends java.lang.Object
    Author:
    Khyrul Bashar HexView takes a byte array or Stream instance and shows them in Hex viewer.
    • Constructor Summary

      Constructors 
      Constructor Description
      HexView()  
      HexView​(byte[] bytes)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void changeData​(byte[] bytes)  
      javax.swing.JComponent getPane()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HexView

        public HexView()
      • HexView

        public HexView​(byte[] bytes)
        Constructor.
        Parameters:
        bytes - takes a byte array.
    • Method Detail

      • changeData

        public void changeData​(byte[] bytes)
      • getPane

        public javax.swing.JComponent getPane()