Revision 2620

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/shp/DbaseFileHeaderNIO.java
76 76

  
77 77
import com.hardcode.gdbms.engine.data.DataSource;
78 78
import com.hardcode.gdbms.engine.data.driver.DriverException;
79
import com.iver.utiles.bigfile.BigByteBuffer;
79 80
import com.vividsolutions.jts.geom.Geometry;
80 81

  
81 82

  
......
504 505
	 *
505 506
	 * @throws IOException DOCUMENT ME!
506 507
	 */
507
	public void readHeader(ByteBuffer in) throws IOException {
508
	public void readHeader(BigByteBuffer in) throws IOException {
508 509
		// type of file.
509 510
		myFileType = in.get();
510 511

  

Also available in: Unified diff