xargon

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2024 License: MIT Imports: 12 Imported by: 0

README

xargon

Go module for reading eXtensible ARchiver (xar) files and specifically macOS .pkg files.

Specifications used:

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type XarReader

type XarReader struct {
	// contains filtered or unexported fields
}

func NewReader

func NewReader(path string) (*XarReader, error)

func (*XarReader) CheckCertificatesSignatures

func (xr *XarReader) CheckCertificatesSignatures() error

func (*XarReader) ChecksumMethod

func (xr *XarReader) ChecksumMethod(name string) (string, string, error)

func (*XarReader) Close

func (xr *XarReader) Close() error

func (*XarReader) Open

func (xr *XarReader) Open(name string) (io.Reader, error)

func (*XarReader) ReadFiles

func (xr *XarReader) ReadFiles() ([]string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL