]> source.dussan.org Git - jackcess.git/commit
Added the MemFileChannel to enable working with dbs completely in memory
authorJames Ahlborn <jtahlborn@yahoo.com>
Mon, 24 Sep 2012 01:42:23 +0000 (01:42 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Mon, 24 Sep 2012 01:42:23 +0000 (01:42 +0000)
commit74b23acf24e0b16f3d57654680930e55ddd697a0
treeefb3e054cfb568e222aed59936730d2b07c48460
parentfe78870364c29c07a8f4269b9c38ccd244665ed0
Added the MemFileChannel to enable working with dbs completely in memory

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@642 f203690c-595d-4dc9-a70b-905162fa7fd2
src/changes/changes.xml
src/java/com/healthmarketscience/jackcess/Database.java
src/java/com/healthmarketscience/jackcess/MemFileChannel.java [new file with mode: 0644]
test/src/java/com/healthmarketscience/jackcess/DatabaseTest.java
test/src/java/com/healthmarketscience/jackcess/IndexCodesTest.java
test/src/java/com/healthmarketscience/jackcess/MemFileChannelTest.java [new file with mode: 0644]