com.sleepycat.je.tree
Class TreeUtils

java.lang.Object
  extended by com.sleepycat.je.tree.TreeUtils

public class TreeUtils
extends Object

Miscellaneous Tree utilities.


Constructor Summary
TreeUtils()
           
 
Method Summary
static String dumpByteArray(byte[] b)
           
static String indent(int nSpaces)
          For tree dumper.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeUtils

public TreeUtils()
Method Detail

indent

public static String indent(int nSpaces)
For tree dumper.


dumpByteArray

public static String dumpByteArray(byte[] b)


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.