com.sleepycat.je.tree
Class Key.DumpType
java.lang.Object
com.sleepycat.je.tree.Key.DumpType
- Enclosing class:
- Key
public abstract static class Key.DumpType
- extends Object
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
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.