Package org.apache.openmeetings.util
Class StoredFile
java.lang.Object
org.apache.openmeetings.util.StoredFile
-
Constructor Summary
ConstructorDescriptionStoredFile
(String fullname, File f) StoredFile
(String fullname, InputStream is) StoredFile
(String name, String ext, File f) StoredFile
(String name, String ext, InputStream is) -
Method Summary
-
Constructor Details
-
StoredFile
-
StoredFile
-
StoredFile
- Throws:
IOException
-
StoredFile
- Throws:
IOException
-
-
Method Details
-
getAcceptAttr
-
isOffice
public boolean isOffice() -
isPresentation
public boolean isPresentation() -
isPdf
public boolean isPdf() -
isPng
public boolean isPng() -
isImage
public boolean isImage() -
isAudio
public boolean isAudio() -
isVideo
public boolean isVideo() -
isChart
public boolean isChart() -
isAsIs
public boolean isAsIs() -
getName
-
getExt
-
getMime
public org.apache.tika.mime.MediaType getMime()
-