Interface FileExtractor

All Known Implementing Classes:
FileExtractorImpl

public interface FileExtractor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    extractFile(Path file, Path toDirectory)
     
    boolean
     
  • Method Details

    • isExtractable

      boolean isExtractable(Path file)
    • extractFile

      void extractFile(Path file, Path toDirectory)