Class FileUtils.FilterWrapper

  • Enclosing class:
    FileUtils

    public abstract static class FileUtils.FilterWrapper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FilterWrapper()  
    • Method Summary

      Modifier and Type Method Description
      abstract java.io.Reader getReader​(java.io.Reader fileReader)  
      • Methods inherited from class java.lang.Object

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

      • FilterWrapper

        public FilterWrapper()
    • Method Detail

      • getReader

        public abstract java.io.Reader getReader​(java.io.Reader fileReader)