Package io.keikaiex.util
Class PictureHelper
- java.lang.Object
-
- io.keikaiex.util.PictureHelper
-
public class PictureHelper extends Object
- Author:
- henri
-
-
Constructor Summary
Constructors Constructor Description PictureHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getPictureFormat(String ext)
Returns the picture format type of the specified file extension.
-
-
-
Method Detail
-
getPictureFormat
public static int getPictureFormat(String ext)
Returns the picture format type of the specified file extension.- Parameters:
ext
- file extension- Returns:
- the picture format type of the specified file extension.
-
-