Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Default = New() DefaultTue = NewOk() )
Functions ¶
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 NewHexString ¶
Click to show internal directories.
Click to hide internal directories.