description

package
v0.0.0-...-381b904 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Description

type Description struct {
	Signature      string
	Reserved       []byte
	NumberOfNames  uint32
	NameRecordSize uint32
	Names          []*Name
}

func NewDescription

func NewDescription() *Description

func (*Description) GetTypeName

func (Description *Description) GetTypeName() string

func (*Description) Parse

func (description *Description) Parse(file *os.File) error

type Name

type Name struct {
	LanguageCode         uint16
	FirstNameCountryCode uint16
	FirstNameLength      uint32
	FirstNameOffset      uint32
	Value                string
}

func NewName

func NewName() *Name

func (*Name) Parse

func (name *Name) Parse(file *os.File, tagStartPos int)

Jump to

Keyboard shortcuts

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