public class RarNode extends Pointer
| Modifier and Type | Field and Description |
|---|---|
static int |
size |
| Constructor and Description |
|---|
RarNode(byte[] mem) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNext() |
void |
setNext(int next) |
void |
setNext(RarNode next) |
String |
toString() |
getAddress, setAddresspublic static final int size
Copyright © 2017. All rights reserved.