Class IOUtils

java.lang.Object
com.optimaize.langdetect.frma.IOUtils

@Deprecated public class IOUtils extends Object
Deprecated.
Utils to manage IO streams.
  • Constructor Details

    • IOUtils

      private IOUtils()
      Deprecated.
      Private constructor to prevent instantiation.
  • 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.