Class RarNode
java.lang.Object
com.github.junrar.unpack.ppm.Pointer
com.github.junrar.unpack.ppm.RarNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Pointer
getAddress, setAddress
-
Field Details
-
next
private int next -
size
public static final int size- See Also:
-
-
Constructor Details
-
RarNode
public RarNode(byte[] mem)
-
-
Method Details
-
getNext
public int getNext() -
setNext
-
setNext
public void setNext(int next) -
toString
-