Package ucar.nc2.iosp


package ucar.nc2.iosp
  • Class
    Description
    Abstract base class for IOSP implementations that provides default implementations of readToByteChannel(...) and readSection(...).
    Helper for reading data that has been bit packed.
    Iterator to read/write subsets of a multidimensional array, finding the contiguous chunks.
    A chunk of data that is contiguous in both the source and destination.
    Assume that the data is stored divided into sections, described by dataSection.
    Uses longs for indexing, otherwise similar to ucar.ma2.Index
    This is the service provider interface for the low-level I/O access classes (read only).
    Used to determine the ordering for dynamically loaded IOServiceProviders.
    Deprecated.
    This will be internal in ver6.
    Helper methods for IOSP's for reading data.
    Iterator to read/write subsets of a multidimensional array, finding the contiguous chunks.
    A chunk of data that is contiguous in both the source and destination.
    A Layout that supplies the "source" ByteBuffer.
    A chunk of data that is contiguous in both the source and destination.
    For datasets where the data are stored in chunks, and must be processed, eg compressed or filtered.
    A data chunk
    An iterator over the data chunks.
    Indexer into data that has a "regular" layout, like netcdf-3 and hdf5 compact and contiguous storage.
    LayoutRegularSegmented has data stored in segments that are regularly spaced.
    LayoutSegmented has data stored in segments.
    For datasets where the data are stored in chunks.
    The chunks of a tiled layout.
    An iterator over DataChunk's
    Deprecated.
    Will move to internal module in version 6.