com.github.junrar.unpack.ppm
Class RarNode

java.lang.Object
  extended by com.github.junrar.unpack.ppm.Pointer
      extended by com.github.junrar.unpack.ppm.RarNode

public class RarNode
extends Pointer

DOCUMENT ME

Version:
$LastChangedRevision$
Author:
$LastChangedBy$

Field Summary
static int size
           
 
Fields inherited from class com.github.junrar.unpack.ppm.Pointer
mem, pos
 
Constructor Summary
RarNode(byte[] mem)
           
 
Method Summary
 int getNext()
           
 void setNext(int next)
           
 void setNext(RarNode next)
           
 String toString()
           
 
Methods inherited from class com.github.junrar.unpack.ppm.Pointer
getAddress, setAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

size

public static final int size
See Also:
Constant Field Values
Constructor Detail

RarNode

public RarNode(byte[] mem)
Method Detail

getNext

public int getNext()

setNext

public void setNext(RarNode next)

setNext

public void setNext(int next)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.