Revision 26395 branches/v10/libraries/libDielmoOpenLidar/src/com/dielmo/lidar/LASHeader_V11.java

View differences:

LASHeader_V11.java
60 60

  
61 61
import javax.swing.JOptionPane;
62 62

  
63
import com.hardcode.gdbms.driver.DriverUtilities;
64 63

  
65

  
66 64
public class LASHeader_V11 extends LASHeader_1X{	
67 65
	
68 66
	/**
......
335 333
				FileChannel fcinNewLidar = new FileInputStream(fTemp).getChannel();
336 334
				FileChannel fcoutNewLidar = new FileOutputStream(m_Fich).getChannel();
337 335
				// copy temporal file to the original file
338
				DriverUtilities.copy(fcinNewLidar, fcoutNewLidar);
336
				copyFile(fcinNewLidar, fcoutNewLidar);
339 337
				
340 338
				
341 339
			} catch (FileNotFoundException e) {

Also available in: Unified diff