content

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2023 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

Package content offers a simplified API for accessing game data archives

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Volume

type Volume interface {
	Build() vsn.Build
	ListFiles() ([]string, error)
	ReadFile(at string) ([]byte, error)
	Close() error
}

func Open

func Open(path string) (Volume, error)

Jump to

Keyboard shortcuts

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