Interface FromFile

All Known Subinterfaces:
AndContent
All Known Implementing Classes:
ReportDataSaver

public interface FromFile
  • Method Summary

    Modifier and Type Method Description
    FromFile downloadable()  
    void fromFile​(java.nio.file.Path source)  
    void fromFile​(java.nio.file.Path source, java.nio.charset.Charset encoding)  
  • Method Details

    • fromFile

      void fromFile​(java.nio.file.Path source) throws java.io.IOException
      Throws:
      java.io.IOException
    • fromFile

      void fromFile​(java.nio.file.Path source, java.nio.charset.Charset encoding) throws java.io.IOException
      Throws:
      java.io.IOException
    • downloadable

      FromFile downloadable()