Package 

Interface CloseableImage

  • All Implemented Interfaces:
    com.facebook.common.references.HasBitmap , com.facebook.fresco.middleware.HasExtraData , com.facebook.imagepipeline.image.HasImageMetadata , com.facebook.imagepipeline.image.ImageInfo , java.io.Closeable , java.lang.AutoCloseable

    
    public interface CloseableImage
     implements Closeable, ImageInfo, HasBitmap, HasExtraData
                        
    • Method Summary

      Modifier and Type Method Description
      abstract int getSizeInBytes()
      abstract void close() Closes this instance and releases the resources.
      abstract boolean isClosed() Returns whether this instance is closed.
      abstract boolean isStateful()
      abstract int getWidth()
      abstract int getHeight()
      abstract QualityInfo getQualityInfo()
      abstract ImageInfo getImageInfo()
      • Methods inherited from class java.io.Closeable

        close
      • Methods inherited from class com.facebook.imagepipeline.image.HasImageMetadata

        getExtras
      • Methods inherited from class com.facebook.fresco.middleware.HasExtraData

        getExtra, getExtras, putExtra, putExtras
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait