com.sleepycat.je.tree
Class Key.DumpType

java.lang.Object
  extended by com.sleepycat.je.tree.Key.DumpType
Enclosing class:
Key

public abstract static class Key.DumpType
extends java.lang.Object


Field Summary
static Key.DumpType BINARY
           
static Key.DumpType HEX
           
static Key.DumpType OBFUSCATE
           
static Key.DumpType TEXT
           
 
Method Summary
 java.lang.String dumpByteArray(byte[] b)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BINARY

public static final Key.DumpType BINARY

HEX

public static final Key.DumpType HEX

TEXT

public static final Key.DumpType TEXT

OBFUSCATE

public static final Key.DumpType OBFUSCATE
Method Detail

dumpByteArray

public java.lang.String dumpByteArray(byte[] b)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object