Documentation ¶
Overview ¶
Package untar provides ways to manage tarball files that ARE NOT GZIPPED.
Index ¶
Constants ¶
View Source
const ( // DefaultMaxUntarSize defines the default (100MB) max amount of bytes that Untar will process. DefaultMaxUntarSize = 100 << (10 * 2) // UnlimitedUntarSize defines the value which disables untar size checks for maxUntarSize. UnlimitedUntarSize = -1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.