com.mindbright.util
Class NSReg.Entry

java.lang.Object
  extended bycom.mindbright.util.NSReg.Entry
Enclosing class:
NSReg

public class NSReg.Entry
extends java.lang.Object


Field Summary
 int down
           
 int left
           
 int location
           
 int name
           
 int namelen
           
 int parent
           
 int type
           
 int value
           
 int valuebuf
           
 int valuelen
           
 
Constructor Summary
NSReg.Entry(int offset)
           
 
Method Summary
 NSReg.Entry down()
           
 NSReg.Entry down(boolean doScan)
           
 NSReg.Entry getKey(java.lang.String key)
           
 NSReg.Entry getObject(java.lang.String key)
           
 NSReg.Entry getValue(java.lang.String key)
           
 NSReg.Entry left()
           
 java.lang.String name()
           
 java.util.Enumeration subKeys()
           
 NSReg.Entry value()
           
 java.lang.String valueAsString()
           
 java.util.Enumeration values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

public int location

name

public int name

namelen

public int namelen

type

public int type

left

public int left

down

public int down

value

public int value

valuelen

public int valuelen

valuebuf

public int valuebuf

parent

public int parent
Constructor Detail

NSReg.Entry

public NSReg.Entry(int offset)
            throws java.io.IOException
Method Detail

subKeys

public java.util.Enumeration subKeys()

values

public java.util.Enumeration values()

name

public java.lang.String name()
                      throws java.io.IOException
Throws:
java.io.IOException

valueAsString

public java.lang.String valueAsString()
                               throws java.io.IOException
Throws:
java.io.IOException

left

public NSReg.Entry left()
                 throws java.io.IOException
Throws:
java.io.IOException

down

public NSReg.Entry down()
                 throws java.io.IOException
Throws:
java.io.IOException

down

public NSReg.Entry down(boolean doScan)
                 throws java.io.IOException
Throws:
java.io.IOException

value

public NSReg.Entry value()
                  throws java.io.IOException
Throws:
java.io.IOException

getKey

public NSReg.Entry getKey(java.lang.String key)
                   throws java.io.IOException
Throws:
java.io.IOException

getValue

public NSReg.Entry getValue(java.lang.String key)
                     throws java.io.IOException
Throws:
java.io.IOException

getObject

public NSReg.Entry getObject(java.lang.String key)
                      throws java.io.IOException
Throws:
java.io.IOException