Revision 22423 trunk/libraries/libRaster/src/org/gvsig/raster/dataset/io/rmf/RmfBlocksManager.java

View differences:

RmfBlocksManager.java
68 68
	 * Genera una copia de seguridad del fichero del rmf
69 69
	 * @throws IOException
70 70
	 */
71
	public void doBackup() throws IOException {
71
	public void fileBackup() throws IOException {
72 72
		RasterUtilities.copyFile(getPath(), getPath() + "~");
73 73
	}
74 74

  

Also available in: Unified diff