public class SymbianIoAdapter extends RandomAccessFileAdapter
| Modifier | Constructor and Description |
|---|---|
|
SymbianIoAdapter()
Deprecated.
|
protected |
SymbianIoAdapter(java.lang.String path,
boolean lockFile,
long initialLength,
boolean readOnly)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getLength()
Deprecated.
|
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 |
write(byte[] buffer,
int length)
Deprecated.
|
close, delete, exists, syncprotected SymbianIoAdapter(java.lang.String path,
boolean lockFile,
long initialLength,
boolean readOnly)
throws Db4oIOException
Db4oIOExceptionpublic SymbianIoAdapter()
public IoAdapter open(java.lang.String path, boolean lockFile, long initialLength, boolean readOnly) throws Db4oIOException
open in class RandomAccessFileAdapterDb4oIOExceptionpublic long getLength()
throws Db4oIOException
getLength in class RandomAccessFileAdapterDb4oIOExceptionpublic int read(byte[] bytes,
int length)
throws Db4oIOException
read in class RandomAccessFileAdapterDb4oIOExceptionpublic void write(byte[] buffer,
int length)
throws Db4oIOException
write in class RandomAccessFileAdapterDb4oIOExceptionpublic void seek(long pos)
throws Db4oIOException
seek in class RandomAccessFileAdapterDb4oIOException