Package com.optimaize.langdetect.frma
Class IOUtils
java.lang.Object
com.optimaize.langdetect.frma.IOUtils
Deprecated.
Utils to manage IO streams.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
IOUtils()
Deprecated.Private constructor to prevent instantiation. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
closeQuietly
(Closeable stream) Deprecated.use java7 closeable
-
Constructor Details
-
IOUtils
private IOUtils()Deprecated.Private constructor to prevent instantiation.
-
-
Method Details
-
closeQuietly
Deprecated.use java7 closeableCloses a stream without returning any exception.- Parameters:
stream
- the stream to close. Can benull
.
-