Class RawImageInputStream

java.lang.Object
de.pco.imageio.RawImageInputStream
All Implemented Interfaces:
Closeable, DataInput, AutoCloseable, ImageInputStream

public class RawImageInputStream
extends Object
implements ImageInputStream
Class for encapsulating the ImageData or a list of them (recorded from the camera or loaded from the file) for the input of RawImageReader. Opens a substream on a particular image by openSubstreamOnImage(int) and redirect all the methods of ImageInputStream to it.
Author:
PCO