format

package
v1.10.1 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// HeaderString is the start of an LG Res file.
	HeaderString = "LG Res File v2\r\n"
	// CommentTerminator terminates the header string.
	CommentTerminator = byte(0x1A)
	// ResourceDirectoryFileOffsetPos is the byte offset for the pointer to the directory.
	ResourceDirectoryFileOffsetPos = 0x7C
	// BoundarySize is the byte interval at which entries must be placed.
	BoundarySize = 4

	// ResourceTypeFlagCompressed indicates a compressed resource.
	ResourceTypeFlagCompressed = byte(0x01)
	// ResourceTypeFlagCompound indicates a compound resource.
	ResourceTypeFlagCompound = byte(0x02)
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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