Package com.optimaize.langdetect.frma
Class IOUtils
- java.lang.Object
-
- com.optimaize.langdetect.frma.IOUtils
-
@Deprecated public class IOUtils extends Object
Deprecated.Utils to manage IO streams.- Author:
- François ROLAND
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
closeQuietly(Closeable stream)
Deprecated.use java7 closeable
-
-
-
Method Detail
-
closeQuietly
public static void closeQuietly(Closeable stream)
Deprecated.use java7 closeableCloses a stream without returning any exception.- Parameters:
stream
- the stream to close. Can benull
.
-
-