Class IOUtils
java.lang.Object
com.optimaize.langdetect.frma.IOUtils
Deprecated.
Utils to manage IO streams.
- Author:
- François ROLAND
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcloseQuietly(Closeable stream) Deprecated.use java7 closeable
-
Method Details
-
closeQuietly
Deprecated.use java7 closeableCloses a stream without returning any exception.- Parameters:
stream- the stream to close. Can benull.
-