public class HexView extends Object
Constructor and Description |
---|
HexView() |
HexView(byte[] bytes)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
changeData(byte[] bytes) |
JComponent |
getPane() |
public HexView()
public HexView(byte[] bytes)
bytes
- takes a byte array.public void changeData(byte[] bytes)
public JComponent getPane()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.