Class FileUtils
- java.lang.Object
-
- org.bonitasoft.web.client.services.utils.FileUtils
-
public final class FileUtils extends Object
- Author:
- Baptiste Mesta.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]getFileFromZip(File zip, String filePath)static byte[]readFully(InputStream in)
-
-
-
Method Detail
-
getFileFromZip
public static byte[] getFileFromZip(File zip, String filePath) throws IOException
- Throws:
IOException
-
readFully
public static byte[] readFully(InputStream in) throws IOException
- Throws:
IOException
-
-