Storage-equivalent instead.public class DelayingIoAdapter extends VanillaIoAdapter
_delegate| Constructor and Description |
|---|
DelayingIoAdapter(IoAdapter delegateAdapter)
Deprecated.
|
DelayingIoAdapter(IoAdapter delegateAdapter,
Delays delays)
Deprecated.
|
DelayingIoAdapter(IoAdapter delegateAdapter,
java.lang.String path,
boolean lockFile,
long initialLength)
Deprecated.
|
DelayingIoAdapter(IoAdapter delegateAdapter,
java.lang.String path,
boolean lockFile,
long initialLength,
Delays delays)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IoAdapter |
open(java.lang.String path,
boolean lockFile,
long initialLength,
boolean readOnly)
Deprecated.
|
int |
read(byte[] bytes,
int length)
Deprecated.
|
void |
seek(long pos)
Deprecated.
|
void |
sync()
Deprecated.
|
void |
write(byte[] buffer,
int length)
Deprecated.
|
close, delete, exists, getLengthpublic DelayingIoAdapter(IoAdapter delegateAdapter)
public DelayingIoAdapter(IoAdapter delegateAdapter, java.lang.String path, boolean lockFile, long initialLength) throws Db4oIOException
Db4oIOExceptionpublic DelayingIoAdapter(IoAdapter delegateAdapter, java.lang.String path, boolean lockFile, long initialLength, Delays delays) throws Db4oIOException
Db4oIOExceptionpublic IoAdapter open(java.lang.String path, boolean lockFile, long initialLength, boolean readOnly) throws Db4oIOException
open in class IoAdapterDb4oIOExceptionpublic int read(byte[] bytes,
int length)
throws Db4oIOException
read in class VanillaIoAdapterDb4oIOExceptionpublic void seek(long pos)
throws Db4oIOException
seek in class VanillaIoAdapterDb4oIOExceptionpublic void sync()
throws Db4oIOException
sync in class VanillaIoAdapterDb4oIOExceptionpublic void write(byte[] buffer,
int length)
throws Db4oIOException
write in class VanillaIoAdapterDb4oIOException