swap

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	SerialNumber(s string) string   //每两个字符串交换顺序用于硬盘序列号
	HexString(in string) []byte     //解码16进制字符串为buf并交换端序
	String(src []byte) (dst string) //交换字符串端序
	Bytes(src []byte) (dst []byte)  //交换字节切片端序
	CutUint16(v uint16) uint8       //从int16截取int8并交换端序,用于数据恢复软件算法
}

1 每两个字符串交换顺序 2 交换端序Endian

func New

func New() Interface

Jump to

Keyboard shortcuts

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