Class RarNode


  • public class RarNode
    extends Pointer
    DOCUMENT ME
    Version:
    $LastChangedRevision$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int next  
      static int size  
      • Fields inherited from class com.github.junrar.unpack.ppm.Pointer

        mem, pos
    • Constructor Summary

      Constructors 
      Constructor Description
      RarNode​(byte[] mem)  
    • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object