Package jp.sourceforge.simplefh

Interface Summary
SimpleFileAccessor Simple file accessor interface.

It's too much of a bother to treat file resources in Java.
This module offers simple interface to treat file resources.

It is able to access os file system resource(using string file path value) or access ClassPathResource object.
SimpleFileReader Simple file reader interface.

It's too much of a bother to treat file resources in Java.
This module offers simple interface to treat file resources.

It is able to access os file system resource(using string file path value) or access ClassPathResource object.
SimpleFileWriter Simple file accessor interface.

It's too much of a bother to treat file resources in Java.
This module offers simple interface to treat file resources.

It is able to access os file system resource(using string file path value) or access ClassPathResource object.
 

Class Summary
ClassPathResource Class path resource