Revision 6220 org.gvsig.raster/branches/org.gvsig.raster.2.4/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.buffer/org.gvsig.raster.lib.buffer.api/src/main/java/org/gvsig/raster/lib/buffer/api/BandPageManager.java

View differences:

BandPageManager.java
1 1
package org.gvsig.raster.lib.buffer.api;
2 2

  
3 3
import java.io.IOException;
4
import java.nio.ByteBuffer;
5 4

  
6 5

  
7 6
/**
......
17 16
     * @param dataType
18 17
     * @throws IOException
19 18
     */
20
    public void load(ByteBuffer buffer, int row, int rows, int dataType) throws IOException;
19
    public void load(java.nio.Buffer buffer, int row, int rows, int dataType) throws IOException;
21 20

  
22 21
    /**
23 22
     * @param buffer
......
26 25
     * @param dataType
27 26
     * @throws IOException
28 27
     */
29
    public void save(ByteBuffer buffer, int row, int rows, int dataType) throws IOException;
28
    public void save(java.nio.Buffer buffer, int row, int rows, int dataType) throws IOException;
30 29

  
31 30
}

Also available in: Unified diff