Interface ICloseableDirectory

All Superinterfaces:
AutoCloseable, Closeable, IDirectory, IFile, Iterable<IFile>
All Known Implementing Classes:
CloseableDirectory, InputStreamClosableDirectory, NestedCloseableDirectory, ZipCloseableDirectory

public interface ICloseableDirectory extends IDirectory, Closeable
Implementation of IDirectory that is more efficient for batch operations as it does not due automatic resource management. Instead the user has to explicitly call close to release resources. Resources are cached for the current IDirectory archive only. Nested archives should be converted to ICloseableDirectory separately.
  • Method Details

    • isClosed

      boolean isClosed()
      Checks whether the closeable directory has been closed