Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Extract ¶
func Extract(src, destDir string, progress ProgressFunc) error
Extract extracts a .7z archive at src into destDir. progress is called with extraction progress (may be nil).
Types ¶
type ProgressFunc ¶
type ProgressFunc func(bytesExtracted, bytesTotal int64)
ProgressFunc is called periodically during extraction with bytes extracted so far.
Click to show internal directories.
Click to hide internal directories.