Class HexTableModel

    • Constructor Detail

      • HexTableModel

        public HexTableModel​(HexEditor editor)
    • Method Detail

      • getByte

        public byte getByte​(int offset)
      • getByteCount

        public int getByteCount()
      • getBytesPerRow

        public int getBytesPerRow()
      • getColumnCount

        public int getColumnCount()
      • getRowCount

        public int getRowCount()
      • getValueAt

        public Object getValueAt​(int row,
                                 int col)
      • redo

        public boolean redo()
      • removeBytes

        public void removeBytes​(int offset,
                                int len)
      • replaceBytes

        public void replaceBytes​(int offset,
                                 int len,
                                 byte[] bytes)
      • undo

        public boolean undo()
      • getDoc

        public byte[] getDoc()