aab

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2024 License: MIT Imports: 14 Imported by: 0

README

aab-parser

Build Status

Android App Bundle file parser

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Aab

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

func OpenFile

func OpenFile(filename string) (apk *Aab, err error)

func OpenZipReader

func OpenZipReader(r io.ReaderAt, size int64) (*Aab, error)

func (*Aab) Close

func (a *Aab) Close() error

func (*Aab) Icon

func (a *Aab) Icon(config *pb.Configuration) (image.Image, error)

func (*Aab) Label

func (a *Aab) Label(config *pb.Configuration) string

func (*Aab) Manifest

func (a *Aab) Manifest() *Manifest

func (*Aab) PackageName

func (a *Aab) PackageName() string

func (*Aab) VersionCode

func (a *Aab) VersionCode() int64

func (*Aab) VersionName

func (a *Aab) VersionName() string

type Application

type Application struct {
	Icon  string
	Label string
}

type Manifest

type Manifest struct {
	Package     string
	VersionCode int64
	VersionName string
	App         Application
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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