Interface TarGzFile
- All Superinterfaces:
FileResource, InputResource, IOResource, Resource
A
FileResource that represents a TAR file compressed with gzip.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T extends InputResource>
Tof(ResourceType<T> tarGzFileType, Path path) Creates a compressed TAR file resource from the given values.Methods inherited from interface FileResource
cleanup, pathMethods inherited from interface InputResource
inputStreamMethods inherited from interface IOResource
outputStreamMethods inherited from interface Resource
asOf, asOfLocalized, isNewerThan, name, type
-
Method Details
-
of
Creates a compressed TAR file resource from the given values.- Type Parameters:
T- the generic type- Parameters:
tarGzFileType- the requested typepath- the path- Returns:
- the compressed TAR file
-