Package com.github.junrar.unpack.ppm
Class RarNode
- java.lang.Object
-
- com.github.junrar.unpack.ppm.Pointer
-
- com.github.junrar.unpack.ppm.RarNode
-
public class RarNode extends Pointer
DOCUMENT ME- Version:
- $LastChangedRevision$
-
-
Constructor Summary
Constructors Constructor Description RarNode(byte[] mem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNext()voidsetNext(int next)voidsetNext(RarNode next)java.lang.StringtoString()-
Methods inherited from class com.github.junrar.unpack.ppm.Pointer
getAddress, setAddress
-
-
-
-
Field Detail
-
next
private int next
-
size
public static final int size
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNext
public int getNext()
-
setNext
public void setNext(RarNode next)
-
setNext
public void setNext(int next)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-