Package ucar.nc2.iosp

Interface LayoutBB.Chunk

  • All Superinterfaces:
    Layout.Chunk
    Enclosing interface:
    LayoutBB

    public static interface LayoutBB.Chunk
    extends Layout.Chunk
    A contiguous chunk of data as a ByteBuffer. Read nelems from ByteBuffer at filePos, store in destination at startElem.
    • Method Detail

      • getSrcElem

        int getSrcElem()
        Get the position as a element index where to read or write: "buffer position"