Package digilib.io

Class ImageCacheStream


public class ImageCacheStream extends ImageStream
Author:
casties
  • Field Details

  • Constructor Details

    • ImageCacheStream

      public ImageCacheStream(InputStream stream, String mimeType) throws IOException
      Create ImageCacheStream from InputStream and mime-type.
      Parameters:
      stream - the InputStream
      mimeType - the mime-type
      Throws:
      IOException - on error
  • Method Details