Interface ArchiveDir

All Superinterfaces:
AutoCloseable, Closeable

public interface ArchiveDir extends Closeable
Represents an archive opened as a directory. This must be closed after work on the Path is done.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • getPath

      Path getPath()