Interface DoubleDataChunk

All Superinterfaces:
DataChunk<DoublePoint,DoubleDataChunk>
All Known Implementing Classes:
CompressedDoubleDataChunk, UncompressedDoubleDataChunk

public interface DoubleDataChunk extends DataChunk<DoublePoint,DoubleDataChunk>
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Details

    • fillBuffer

      void fillBuffer(DoubleBuffer buffer, int timeSeriesOffset)
    • fillBuffer

      void fillBuffer(BigDoubleBuffer buffer, long timeSeriesOffset)