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

View differences:

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

  

Also available in: Unified diff