Forgot to store compression flag to BdfFileManager
This commit is contained in:
parent
984c78020a
commit
1c803c6125
|
@ -17,6 +17,8 @@ public class BdfFileManager extends BdfObject
|
||||||
|
|
||||||
private static BdfDatabase init(String path, boolean compressed)
|
private static BdfDatabase init(String path, boolean compressed)
|
||||||
{
|
{
|
||||||
|
this.compressed = compressed;
|
||||||
|
|
||||||
// Get the file
|
// Get the file
|
||||||
File file = new File(path);
|
File file = new File(path);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue