Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KnownFeatures = struct { None savior.ExtractorFeatures SevenZip savior.ExtractorFeatures Generic savior.ExtractorFeatures }{ None: savior.ExtractorFeatures{ Name: "sz::unknown", Preallocate: false, RandomAccess: false, ResumeSupport: savior.ResumeSupportNone, }, SevenZip: savior.ExtractorFeatures{ Name: "sz::7z", Preallocate: true, RandomAccess: false, ResumeSupport: savior.ResumeSupportNone, }, Generic: savior.ExtractorFeatures{ Name: "sz::generic", Preallocate: true, RandomAccess: true, ResumeSupport: savior.ResumeSupportEntry, }, }
Functions ¶
func EnsureDeps ¶
func FeaturesByExtension ¶
func FeaturesByExtension(ext string) savior.ExtractorFeatures
Query extractor features by file extension. ext must include the dot, for example ".rar"
func FeaturesByFormat ¶
func FeaturesByFormat(format string) savior.ExtractorFeatures
Query extractor features by format (as reported by 7-zip)
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Code generated by go generate; DO NOT EDIT.
|
Code generated by go generate; DO NOT EDIT. |
Click to show internal directories.
Click to hide internal directories.