package
0.0.0-20241223194649-a468d7bbe9b2
Repository: https://github.com/google/oss-rebuild.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ExtractTar writes the contents of a tar to a filesystem.
NewContentSummary constructs a ContentSummary for the given archive format.
NewContentSummaryFromTar returns a ContentSummary for a tar archive.
NewContentSummaryFromZip returns a ContentSummary for a zip archive.
No description provided by the author
NewStabilizedGzipWriter applies the provided stabilizers to the gzip.Reader metadata.
Stabilize selects and applies the default stabilization routine for the given archive format.
StabilizeTar strips volatile metadata and re-writes the provided archive in a standard form.
StabilizeWithOpts selects and applies the provided stabilization routine for the given archive format.
StabilizeZip strips volatile metadata and rewrites the provided archive in a standard form.

# Constants

ArchiveType constants specify the type of archive of a file/target.
ArchiveType constants specify the type of archive of a file/target.
ArchiveType constants specify the type of archive of a file/target.
ArchiveType constants specify the type of archive of a file/target.
ArchiveType constants specify the type of archive of a file/target.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ContentSummary is a summary of rebuild-relevant features of an archive.
ExtractOptions provides options modifying ExtractTar behavior.
No description provided by the author
No description provided by the author
MutableZipFile wraps zip.File to allow in-place modification of the original.
MutableZipReader wraps zip.Reader to allow in-place modification of the original.
StabilizeOpts aggregates stabilizers to be used in stabilization.
No description provided by the author
No description provided by the author
TarEntry represents an entry in a tar archive.
No description provided by the author
No description provided by the author
ZipEntry represents an entry in a zip archive.
No description provided by the author

# Type aliases

Format represents the archive types of packages.