Class CachingReader

java.lang.Object
org.lsst.fits.imageio.CachingReader

public class CachingReader extends Object
This is the main component of the camera image reader. It makes extensive use of Caffeine caching library to deal with thread safety and performance issues when several clients are attempting to read overlapping segments of a single image at the same time.
Author:
tonyj
  • Constructor Details

    • CachingReader

      public CachingReader()
  • Method Details