strings

package
v0.5.13 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2025 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadCString

func ReadCString(r io.Reader) (*string, error)

Types

type StingrayStrings

type StingrayStrings struct {
	Magic   []uint8
	Version uint32
	Count   uint32
	// Not actually sure that this is a signature, but its my best guess as to its purpose
	Signature *uint32
	Strings   map[uint32]string
}

func LoadStingrayStrings

func LoadStingrayStrings(r io.ReadSeeker) (*StingrayStrings, error)

func (*StingrayStrings) MarshalJSON

func (s *StingrayStrings) MarshalJSON() ([]byte, error)

Jump to

Keyboard shortcuts

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