blob

package
v0.0.0-...-2db57a3 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DataReverse

func DataReverse(dataIn []byte) []byte

Types

type Baseblob

type Baseblob struct {
	// contains filtered or unexported fields
}

func (Baseblob) GetData

func (b Baseblob) GetData() []byte

func (Baseblob) GetDataSize

func (b Baseblob) GetDataSize() int

func (Baseblob) GetHex

func (b Baseblob) GetHex() string

func (Baseblob) Pack

func (b Baseblob) Pack(writer io.Writer, packSize int) error

func (*Baseblob) SetData

func (b *Baseblob) SetData(bytes []byte)

func (*Baseblob) SetHex

func (b *Baseblob) SetHex(hexStr string) error

func (*Baseblob) UnPack

func (b *Baseblob) UnPack(reader io.Reader, unpackSize int) error

type Byteblob

type Byteblob struct {
	// contains filtered or unexported fields
}

func (Byteblob) GetData

func (b Byteblob) GetData() []byte

func (Byteblob) GetDataSize

func (b Byteblob) GetDataSize() int

func (Byteblob) GetHex

func (b Byteblob) GetHex() string

func (Byteblob) Pack

func (b Byteblob) Pack(writer io.Writer) error

func (*Byteblob) SetData

func (b *Byteblob) SetData(bytes []byte)

func (*Byteblob) SetHex

func (b *Byteblob) SetHex(hexStr string) error

func (*Byteblob) UnPack

func (b *Byteblob) UnPack(reader io.Reader) error

Jump to

Keyboard shortcuts

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