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 Details

    • closeQuietly

      public static void closeQuietly(Closeable stream)
      Deprecated.
      use java7 closeable
      Closes a stream without returning any exception.
      Parameters:
      stream - the stream to close. Can be null.