Interface TarGzFile

All Superinterfaces:
FileResource, InputResource, IOResource, Resource

public interface TarGzFile extends FileResource
A FileResource that represents a TAR file compressed with gzip.
  • Method Details

    • of

      static <T extends InputResource> T of(ResourceType<T> tarGzFileType, Path path)
      Creates a compressed TAR file resource from the given values.
      Type Parameters:
      T - the generic type
      Parameters:
      tarGzFileType - the requested type
      path - the path
      Returns:
      the compressed TAR file