|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.persistence.bundle.util.ConnectionRecoveryManager.StreamWrapper
public static class ConnectionRecoveryManager.StreamWrapper
A wrapper for a binary stream that includes the size of the stream.
| Constructor Summary | |
|---|---|
ConnectionRecoveryManager.StreamWrapper(java.io.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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionRecoveryManager.StreamWrapper(java.io.InputStream in,
long size)
executeStmt
methods in the ConnectionRecoveryManager class.
in - the InputStream to wrapsize - the size of the input stream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||