dain / leveldb

Port of LevelDB to Java
Apache License 2.0
1.54k stars 429 forks source link

Use the java.nio.Path API #81

Closed timurstrekalov closed 5 years ago

timurstrekalov commented 7 years ago

This allows for testing with an in-memory filesystem (like Jimfs), for example.

dain commented 5 years ago

This project is in maintenance mode, so a big change like this is not something we can support.