|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataProvider
An abstraction of the data used by the Hex Editor.
Method Summary | |
---|---|
byte |
get(int index)
Returns the byte in the given position. |
int |
getSize()
Returns the size of the data in bytes. |
void |
set(int index,
byte value)
Sets the byte in the given position. |
Method Detail |
---|
byte get(int index)
index
- the queried position.
void set(int index, byte value)
index
- the position to set.value
- new value for the byte.int getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |