Package com.stimulsoft.lib.io
Class StiFileUtil
java.lang.Object
com.stimulsoft.lib.io.StiFileUtil
Copyright Stimulsoft
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidcheckReadFile(File file) static voidcheckWrittenFile(File file) static voidcopyFolder(File src, File dest) static voidcopyInputStreamToFile(InputStream source, File destination) static voiddeleteFolder(File file) iterateFiles(File directory, String[] extensions, boolean recursive) static StiLineIteratorlineIterator(File file) static InputStreamopenInputStream(File file) static FileOutputStreamopenOutputStream(File file) static StringreadFileToString(File file) static InputStreamremoveUtf8BOM(InputStream inputStream) static voidwriteStringToFile(File file, String data)
-
Method Details
-
writeStringToFile
- Throws:
IOException
-
openOutputStream
- Throws:
IOException
-
openInputStream
- Throws:
IOException
-
iterateFiles
-
copyInputStreamToFile
- Throws:
IOException
-
lineIterator
- Throws:
IOException
-
removeUtf8BOM
-
readFileToString
- Throws:
IOException
-
checkReadFile
- Throws:
IOException
-
checkWrittenFile
- Throws:
IOException
-
checkFile
- Throws:
IOException
-
copyFolder
- Throws:
IOException
-
deleteFolder
-