Revision 2720

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/shp/ShapeFileHeader.java
63 63
import java.nio.ByteBuffer;
64 64
import java.nio.ByteOrder;
65 65

  
66
import com.iver.utiles.bigfile.BigByteBuffer;
66 67

  
68

  
67 69
/**
68 70
 * Class to represent the header in the shape file.
69 71
 */
......
210 212
     *
211 213
     * @param in ByteBuffer.
212 214
     */
213
    public void readHeader(ByteBuffer in) {
215
    public void readHeader(BigByteBuffer in) {
214 216
        // the first four bytes are integers
215 217
        // in.setLittleEndianMode(false);
216 218
        in.order(ByteOrder.BIG_ENDIAN);

Also available in: Unified diff