mrpdaemon / encfs-java

encfs-java is a Java library for accessing data in EncFS volumes
GNU Lesser General Public License v3.0
42 stars 15 forks source link

A method for detecting EncFS volume #42

Closed byF closed 12 years ago

byF commented 12 years ago

I've needed a method for checking if the file contains EncFS volume or not. It's based on EncFSConfigParser. parseConfig. It doesn't verify the config file, but provides me with an easy way how to decide when read or create the volume.

mrpdaemon commented 12 years ago

Thank you for your changes. I've merged them. Just a tip for future commits it would be great if you could use the eclipse style for code formatting. Thanks again!