public class IsisFileUtil extends Object
Constructor and Description |
---|
IsisFileUtil() |
Modifier and Type | Method and Description |
---|---|
static File |
createTempDirectory(String name,
String ext) |
static File |
createTempFile(String name,
String ext) |
static File |
getTempFile(String content,
String fileSuffix)
Permet de donner une representation fichier pour une chaine de caractere.
|
public static File getTempFile(String content, String fileSuffix) throws IOException
content
- le contenu du fichier temporairefileSuffix
- l'extension du fichier crééIOException
- if any io pbpublic static File createTempFile(String name, String ext) throws IOException
IOException
public static File createTempDirectory(String name, String ext) throws IOException
IOException
Copyright © 1999–2020 CodeLutin. All rights reserved.