Class IOUtils
java.lang.Object
com.optimaize.langdetect.frma.IOUtils
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateIOUtils()Deprecated.Private constructor to prevent instantiation. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcloseQuietly(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.
-