mpq

package
v0.0.0-...-dce6603 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2022 License: MIT Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Archive

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

func NewFromFile

func NewFromFile(path string) (*Archive, error)

func (*Archive) Close

func (a *Archive) Close() error

func (*Archive) GetPaths

func (a *Archive) GetPaths() []string

func (*Archive) OpenFile

func (a *Archive) OpenFile(path string) (*File, error)

type File

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

func (*File) Close

func (f *File) Close() error

func (*File) Read

func (f *File) Read(data []byte) (int, error)

func (*File) Seek

func (f *File) Seek(offset int64, whence int) (int64, error)

Jump to

Keyboard shortcuts

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