Class HexChangedEvent
java.lang.Object
org.apache.pdfbox.debugger.hexviewer.HexChangedEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
newValue
private final byte newValue -
byteIndex
private final int byteIndex
-
-
Constructor Details
-
HexChangedEvent
HexChangedEvent(byte newValue, int byteIndex) Constructor.- Parameters:
newValue
- byte. The new byte value for the index.byteIndex
- int. Index for the changed byte.
-
-
Method Details
-
getNewValue
public byte getNewValue() -
getByteIndex
public int getByteIndex()
-