![]() |
Quadcap Embeddable Database |
Inheritance diagram for com.quadcap.sql.file.NullStore:

Definition at line 60 of file NullStore.java.
Public Member Functions | |
| NullStore () | |
| void | init (File file, String mode, int blockSize, Object lock) throws IOException |
| Initialize a new BlockStore object using the specified file and blocksize. | |
| void | read (long blockNum, byte[] buf, int off) throws IOException |
| Read a block into a buffer. | |
| void | write (long blockNum, byte[] buf) throws IOException |
| Write a block from a buffer into the file. | |
| void | restore (long blockNum, byte[] buf, int off) throws IOException |
| Restore a block image. | |
| void | setLength (long length) throws IOException |
| boolean | isEncrypted () |
| void | close () throws IOException |
| void | flush () throws IOException |
|
|
Definition at line 62 of file NullStore.java. |
|
|
Reimplemented from com.quadcap.sql.file.BlockStore. Definition at line 120 of file NullStore.java. |
|
|
Reimplemented from com.quadcap.sql.file.BlockStore. Definition at line 123 of file NullStore.java. |
|
||||||||||||||||||||
|
Initialize a new BlockStore object using the specified file and blocksize.
Reimplemented from com.quadcap.sql.file.BlockStore. Definition at line 73 of file NullStore.java. References com.quadcap.sql.file.NullStore.init(). Referenced by com.quadcap.sql.file.NullStore.init(). |
|
|
Reimplemented from com.quadcap.sql.file.BlockStore. Definition at line 116 of file NullStore.java. |
|
||||||||||||||||
|
Read a block into a buffer. If the specified block is beyond the current end of file, then grow the file
Reimplemented from com.quadcap.sql.file.BlockStore. Definition at line 85 of file NullStore.java. References com.quadcap.sql.file.NullStore.read(). Referenced by com.quadcap.sql.file.NullStore.read(). |
|
||||||||||||||||
|
Restore a block image.
Reimplemented from com.quadcap.sql.file.BlockStore. Definition at line 107 of file NullStore.java. References com.quadcap.sql.file.NullStore.restore(). Referenced by com.quadcap.sql.file.NullStore.restore(). |
|
|
Reimplemented from com.quadcap.sql.file.BlockStore. Definition at line 113 of file NullStore.java. References com.quadcap.sql.file.NullStore.setLength(). Referenced by com.quadcap.sql.file.NullStore.setLength(). |
|
||||||||||||
|
Write a block from a buffer into the file.
Reimplemented from com.quadcap.sql.file.BlockStore. Definition at line 98 of file NullStore.java. References com.quadcap.sql.file.NullStore.write(). Referenced by com.quadcap.sql.file.NullStore.write(). |