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 Object


Field Summary
static Key.DumpType BINARY
           
static Key.DumpType HEX
           
static Key.DumpType OBFUSCATE
           
static Key.DumpType TEXT
           
 
Method Summary
 String dumpByteArray(byte[] b)
           
(package private) abstract  void dumpByteArrayInternal(StringBuffer sb, byte[] b)
           
 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 String dumpByteArray(byte[] b)

toString

public String toString()
Overrides:
toString in class Object

dumpByteArrayInternal

abstract void dumpByteArrayInternal(StringBuffer sb,
                                    byte[] b)


Copyright (c) 2004-2010 Oracle. All rights reserved.