Package ucar.nc2.iosp
Interface LayoutBBTiled.DataChunk
-
- Enclosing class:
- LayoutBBTiled
public static interface LayoutBBTiled.DataChunk
A data chunk
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteBuffer
getByteBuffer()
int[]
getOffset()
-
-
-
Method Detail
-
getOffset
int[] getOffset()
-
getByteBuffer
ByteBuffer getByteBuffer() throws IOException
- Throws:
IOException
-
-