Class SimpleImageInfo

java.lang.Object
org.nuxeo.ecm.core.opencmis.impl.util.SimpleImageInfo

public class SimpleImageInfo extends Object
A Java class to determine image width, height, length and MIME types for a number of image file formats without loading the whole image data.
  • Field Details

    • width

      protected int width
    • height

      protected int height
    • length

      protected long length
    • mimeType

      protected String mimeType
    • in

      protected InputStream in
  • Constructor Details

  • Method Details