Uses of Class
com.blogspot.applications4android.comicreader.core.ImageType.Types

Packages that use ImageType.Types
com.blogspot.applications4android.comicreader.core   
 

Uses of ImageType.Types in com.blogspot.applications4android.comicreader.core
 

Methods in com.blogspot.applications4android.comicreader.core that return ImageType.Types
static ImageType.Types ImageType.getImageType(java.io.InputStream is)
          Given a file pointer, returns the image type
static ImageType.Types ImageType.getImageType(java.lang.String imgFile)
          Read the file header to determine the image type.
static ImageType.Types ImageType.Types.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImageType.Types[] ImageType.Types.values()
          Returns an array containing the constants of this enum type, in the order they are declared.