com.mindbright.util
Class NSReg.Entry
java.lang.Object
com.mindbright.util.NSReg.Entry
- Enclosing class:
- NSReg
- public class NSReg.Entry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
NSReg.Entry
public NSReg.Entry(int offset)
throws java.io.IOException
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