stream

package
v0.0.0-...-9abeaa0 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Default    = New()
	DefaultTue = NewOk()
)

Functions

func Merge

func Merge(bytesSlice ...[]byte) []byte

Types

type Interface

type Interface interface {
	Bytes() []byte
	SetBytes(bytes []byte)
	String() string
	SetString(s string)
	UpperHexString() string
	HexString() string
	LowerHexString() string
	Ok() bool
	SetOk(ok bool)
	BigInteger() string
	BigHex() string
	HexdumpWithsPace() string
	HexdumpNOsPace() string
	Md5() string
	Base64() string
	Sha1() string
	Sha224() string
	Sha256() string
	Sha384() string
	Sha512() string
	GoBytesString() string
	SetHexString(hexString string)
	Merge(streamArray ...Interface) Interface
	Check() interfaceCheck
}

func New

func New() Interface

func NewBytes

func NewBytes(b []byte) Interface

func NewHexString

func NewHexString(s string) Interface

func NewOk

func NewOk() Interface

func NewString

func NewString(s string) Interface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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