Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Squashfs ¶
type Squashfs struct {
UnsquashfsPath string
}
Squashfs represents a squashfs unpacker
func NewSquashfs ¶
func NewSquashfs() *Squashfs
NewSquashfs initializes and returns a Squahfs unpacker instance
func (*Squashfs) ExtractAll ¶
ExtractAll extracts a squashfs filesystem read from reader to a destination directory
func (*Squashfs) ExtractFiles ¶
ExtractFiles extracts provided files from a squashfs filesystem read from reader to a destination directory
func (*Squashfs) HasUnsquashfs ¶
HasUnsquashfs returns if unsquashfs binary has been found or not
Click to show internal directories.
Click to hide internal directories.