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) |
isSupportedSavedisposevoid load(java.nio.Buffer buffer,
int row,
int rows,
int dataType)
throws java.io.IOException
buffer - row - rows - dataType - java.io.IOExceptionvoid save(java.nio.Buffer buffer,
int row,
int rows,
int dataType)
throws java.io.IOException
buffer - row - rows - dataType - java.io.IOExceptionBandInfo getBandInfo()
null