formats

package
v0.0.0-...-67d77e8 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2015 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IES

type IES struct {
	File     *os.File
	Key      byte
	Header   headerSection
	DataInfo dataInfo
	Nodes    []node
	Rows     []map[string]string
}

func OpenIES

func OpenIES(filepath string) (*IES, error)

func (*IES) Decompress

func (ies *IES) Decompress(path string) error

func (*IES) Parse

func (ies *IES) Parse() error

type IPF

type IPF struct {
	File  *os.File
	Meta  meta
	Files []fileMeta
}

func OpenIPF

func OpenIPF(file string) (*IPF, error)

func (*IPF) Decompress

func (ipf *IPF) Decompress(basePath string) error

func (*IPF) GetFileList

func (ipf *IPF) GetFileList() error

func (*IPF) Parse

func (ipf *IPF) Parse() error

type TOSFormat

type TOSFormat interface {
	Parse() error
	Decompress(string) error
}

Jump to

Keyboard shortcuts

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