org.apache.jackrabbit.core.persistence.bundle
Class ConnectionRecoveryManager.StreamWrapper
java.lang.Object
org.apache.jackrabbit.core.persistence.bundle.ConnectionRecoveryManager.StreamWrapper
- Enclosing class:
- ConnectionRecoveryManager
public static class ConnectionRecoveryManager.StreamWrapper
- extends Object
A wrapper for a binary stream that includes the
size of the stream.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionRecoveryManager.StreamWrapper
public ConnectionRecoveryManager.StreamWrapper(InputStream in,
long size)
- Creates a wrapper for the given InputStream that can
safely be passed as a parameter to the
executeStmt
methods in the ConnectionRecoveryManager class.
- Parameters:
in - the InputStream to wrapsize - the size of the input stream
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.