Berkeley DB
version 4.7.25

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
ErrorBuffer  
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.
PackedInteger Static methods for reading and writing packed integers.
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.7.25

Copyright (c) 1996,2008 Oracle. All rights reserved.