DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Berkeley DB
version 4.4.20

Package com.sleepycat.util

General utilities used throughout Berkeley DB.

See:
          Description

Interface Summary
ExceptionWrapper Interface implemented by exceptions that can contain nested exceptions.
 

Class Summary
ExceptionUnwrapper Unwraps nested exceptions by calling the ExceptionWrapper.getCause() method for exceptions that implement the ExceptionWrapper interface.
FastInputStream A replacement for ByteArrayInputStream that does not synchronize every byte read.
FastOutputStream A replacement for ByteArrayOutputStream that does not synchronize every byte read.
UtfOps UTF operations with more flexibility than is provided by DataInput and DataOutput.
 

Exception Summary
IOExceptionWrapper An IOException that can contain nested exceptions.
RuntimeExceptionWrapper A RuntimeException that can contain nested exceptions.
 

Package com.sleepycat.util Description

General utilities used throughout Berkeley DB.


Berkeley DB
version 4.4.20

Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.