collation

package
v0.0.0-...-2776432 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Rule

type Rule uint32

Rule is an ntfs collation rule.

const (
	Binary   Rule = iota // COLLATION_BINARY
	FileName             // COLLATION_FILE_NAME
	Unicode              // COLLATION_UNICODE_STRING
)

NTFS collation rules.

func Unmarshal

func Unmarshal(data []byte) Rule

Unmarshal unmarshals the little-endian binary representation of an ntfs collation rule.

The provided data must be at least 4 bytes long, or unmarshal will panic.

func (Rule) String

func (r Rule) String() string

String returns a description of the ntfs collation rule.

Jump to

Keyboard shortcuts

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