package
0.0.0-20240830210906-6353a5ff0f2e
Repository: https://github.com/joyrex2001/kubedock.git
Documentation: pkg.go.dev

# Functions

GetTargetFileNames will return all file names in the archive provided.
GetTargetFolderNames will return all affected folders in the archive provided.
GetTarSize will return the actual size of the tar file for a byte array containing padded tar data.
IsSingleFileArchive will return true if there is only 1 file stored in the given archive.
PackFolder will write the given folder as a tar to the given Writer.
UnpackFile will extract the given file from the given archive to the given dest writer.