public class FileReverter
extends Object
This will slurp in the original content of a file and store it in memory. If, later, you need to revert
that file back to its original content, you can call #revert.
NOTE: do not use this with large files. It will store the content in memory; large files will result in
out-of-memory exceptions.
- Author:
- John Mazzitelli