Hierarchy For Package com.github.akurilov.commons.io.file

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • com.github.akurilov.commons.io.BinInput<T> (implements com.github.akurilov.commons.io.Input<I>)
      • com.github.akurilov.commons.io.file.BinFileInput<T> (implements com.github.akurilov.commons.io.file.FileInput<T>)
    • com.github.akurilov.commons.io.BinOutput<T> (implements com.github.akurilov.commons.io.Output<I>)
      • com.github.akurilov.commons.io.file.BinFileOutput<T> (implements com.github.akurilov.commons.io.file.FileOutput<T>)
    • com.github.akurilov.commons.io.TextStreamInput (implements com.github.akurilov.commons.io.Input<I>)
      • com.github.akurilov.commons.io.file.TextFileInput (implements com.github.akurilov.commons.io.file.FileInput<T>)
    • com.github.akurilov.commons.io.TextStreamOutput (implements com.github.akurilov.commons.io.Output<I>)

Interface Hierarchy

  • java.lang.AutoCloseable
    • com.github.akurilov.commons.io.Input<I> (also extends java.util.function.Supplier<T>)
      • com.github.akurilov.commons.io.file.FileInput<T> (also extends com.github.akurilov.commons.io.file.FileIo)
    • com.github.akurilov.commons.io.Output<I> (also extends java.util.function.Consumer<T>)
      • com.github.akurilov.commons.io.file.FileOutput<T> (also extends com.github.akurilov.commons.io.file.FileIo)
  • java.util.function.Consumer<T>
    • com.github.akurilov.commons.io.Output<I> (also extends java.lang.AutoCloseable)
      • com.github.akurilov.commons.io.file.FileOutput<T> (also extends com.github.akurilov.commons.io.file.FileIo)
  • com.github.akurilov.commons.io.file.FileIo
    • com.github.akurilov.commons.io.file.FileInput<T> (also extends com.github.akurilov.commons.io.Input<I>)
    • com.github.akurilov.commons.io.file.FileOutput<T> (also extends com.github.akurilov.commons.io.Output<I>)
  • java.util.function.Supplier<T>
    • com.github.akurilov.commons.io.Input<I> (also extends java.lang.AutoCloseable)
      • com.github.akurilov.commons.io.file.FileInput<T> (also extends com.github.akurilov.commons.io.file.FileIo)