Class HexView
java.lang.Object
org.apache.pdfbox.debugger.hexviewer.HexView
- Author:
- Khyrul Bashar HexView takes a byte array or Stream instance and shows them in Hex viewer.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HexView
public HexView() -
HexView
public HexView(byte[] bytes) Constructor.- Parameters:
bytes
- takes a byte array.
-
-
Method Details
-
changeData
public void changeData(byte[] bytes) -
getPane
-