Class ImageProfil

java.lang.Object
org.silverpeas.mobile.server.helpers.ImageProfil

public class ImageProfil extends Object
  • Constructor Details

    • ImageProfil

      public ImageProfil(String photo)
  • Method Details

    • isImage

      public boolean isImage()
    • saveImage

      public void saveImage(InputStream data) throws IOException
      In case of unit upload
      Parameters:
      data -
      Throws:
      IOException
    • removeImage

      public void removeImage()
      remove existing image
    • getImage

      public InputStream getImage() throws IOException
      Throws:
      IOException
    • exist

      public boolean exist()