Package org.lsst.fits.imageio
Class CachingReader
java.lang.Object
org.lsst.fits.imageio.CachingReader
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRawData(Segment segment) readSegments(ImageInputStream in, char wcsLetter)
-
Constructor Details
-
CachingReader
public CachingReader()
-
-
Method Details
-
readSegments
-
getRawData
-