Storage-equivalent instead.public class DebugIoAdapter extends VanillaIoAdapter
_delegate| Modifier | Constructor and Description |
|---|---|
|
DebugIoAdapter(IoAdapter delegateAdapter)
Deprecated.
|
protected |
DebugIoAdapter(IoAdapter delegateAdapter,
java.lang.String path,
boolean lockFile,
long initialLength,
boolean readOnly)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IoAdapter |
open(java.lang.String path,
boolean lockFile,
long initialLength,
boolean readOnly)
Deprecated.
|
void |
seek(long pos)
Deprecated.
|
close, delete, exists, getLength, read, sync, writepublic DebugIoAdapter(IoAdapter delegateAdapter)
protected DebugIoAdapter(IoAdapter delegateAdapter, java.lang.String path, boolean lockFile, long initialLength, boolean readOnly) throws Db4oIOException
Db4oIOExceptionpublic IoAdapter open(java.lang.String path, boolean lockFile, long initialLength, boolean readOnly) throws Db4oIOException
open in class IoAdapterDb4oIOExceptionpublic void seek(long pos)
throws Db4oIOException
seek in class VanillaIoAdapterDb4oIOException