Class IO


  • class IO
    extends java.lang.Object
    Component-wide operations on Apache Commons IO.
    • Constructor Summary

      Constructors 
      Constructor Description
      IO()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void clear()
      Clears any state, throughout Apache Commons IO.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IO

        IO()
    • Method Detail

      • clear

        static void clear()
        Clears any state, throughout Apache Commons IO. Handy for tests.