public interface BandPageManager extends PageManager
Modifier and Type | Method and Description |
---|---|
BandInfo |
getBandInfo()
Gets information of this band.
|
void |
load(java.nio.Buffer buffer,
int row,
int rows,
int dataType) |
void |
save(java.nio.Buffer buffer,
int row,
int rows,
int dataType) |
isSupportedSave
dispose
void load(java.nio.Buffer buffer, int row, int rows, int dataType) throws java.io.IOException
buffer
- row
- rows
- dataType
- java.io.IOException
void save(java.nio.Buffer buffer, int row, int rows, int dataType) throws java.io.IOException
buffer
- row
- rows
- dataType
- java.io.IOException
BandInfo getBandInfo()
null