Uses of Enum Class
org.springframework.boot.buildpack.platform.io.TarArchive.Compression
Packages that use TarArchive.Compression
-
Uses of TarArchive.Compression in org.springframework.boot.buildpack.platform.io
Subclasses with type arguments of type TarArchive.Compression in org.springframework.boot.buildpack.platform.ioModifier and TypeClassDescriptionstatic enumCompression type applied to the archive.Methods in org.springframework.boot.buildpack.platform.io that return TarArchive.CompressionModifier and TypeMethodDescriptiondefault TarArchive.CompressionTarArchive.getCompression()Return the compression being used with the tar archive.static TarArchive.CompressionReturns the enum constant of this class with the specified name.static TarArchive.Compression[]TarArchive.Compression.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.buildpack.platform.io with parameters of type TarArchive.CompressionModifier and TypeMethodDescriptionstatic TarArchiveTarArchive.fromInputStream(InputStream inputStream, TarArchive.Compression compression) Factory method to adapt a ZIP file toTarArchive.