Package ubic.gemma.core.util
Class FileUtils
java.lang.Object
ubic.gemma.core.util.FileUtils
- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InputStreamopenCompressedFile(Path path) Open a GZIP-compressed file safely.
-
Constructor Details
-
FileUtils
public FileUtils()
-
-
Method Details
-
openCompressedFile
Open a GZIP-compressed file safely.This ensures that if an exception is thrown by
GZIPInputStream(InputStream), the stream will be closed.- Throws:
IOException
-