com.github.junrar.unpack.ppm
Class RarMemBlock

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

public class RarMemBlock
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
RarMemBlock(byte[] mem)
           
 
Method Summary
 int getNext()
           
 int getNU()
           
 int getPrev()
           
 int getStamp()
           
 void insertAt(RarMemBlock p)
           
 void remove()
           
 void setNext(int next)
           
 void setNext(RarMemBlock next)
           
 void setNU(int nu)
           
 void setPrev(int prev)
           
 void setPrev(RarMemBlock prev)
           
 void setStamp(int stamp)
           
 
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, toString, wait, wait, wait
 

Field Detail

size

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

RarMemBlock

public RarMemBlock(byte[] mem)
Method Detail

insertAt

public void insertAt(RarMemBlock p)

remove

public void remove()

getNext

public int getNext()

setNext

public void setNext(RarMemBlock next)

setNext

public void setNext(int next)

getNU

public int getNU()

setNU

public void setNU(int nu)

getPrev

public int getPrev()

setPrev

public void setPrev(RarMemBlock prev)

setPrev

public void setPrev(int prev)

getStamp

public int getStamp()

setStamp

public void setStamp(int stamp)


Copyright © 2012. All Rights Reserved.