Maps a file name that is stored in an ImgeInstance to a absolute path in the Volume. For e.g. performance reasons the volume can internally store files in a different directory structure that wht is shown to outside.
The default implementation just constructs an apsolute path by adding the file name to volume bas directory.
@param fname File name to map
@return An absolute path to the file
@throws FileNotFoundException if there is no file with the given name
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.