Class CMUtil

java.lang.Object
kr.ac.konkuk.ccslab.cm.util.CMUtil

public class CMUtil extends Object
  • Constructor Details

    • CMUtil

      public CMUtil()
  • Method Details

    • intToBytes

      public static byte[] intToBytes(int x) throws IOException
      Throws:
      IOException
    • getSHA1Hash

      public static String getSHA1Hash(String s)
    • isImageFile

      public static boolean isImageFile(String strPath)
    • createScaledImage

      public static boolean createScaledImage(String inPath, int nWidth, int nHeight, String outPath)