Documentation
¶
Index ¶
- func DecodeToString(bs []byte) string
- func EncodeString(dst []byte, src string) int
- func EncodeStringToBytes(s string) []byte
- func EncodedStringLen(s string) int
- func ExtractFilename(path string) (filepath string, filename string, isDir bool)
- func FiletimeToUnix(ft uint64) time.Time
- func FindMaxKey[T any](m map[uint64]T) (key uint64, value T)
- func FindMinKey[T any](m map[uint64]T) (key uint64, value T)
- func NullTerminatedToStrings(b []byte) []string
- func Roundup(x, bound int) int
- func UnixToFiletime(t time.Time) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeToString ¶
func EncodeString ¶
func EncodeStringToBytes ¶
func EncodedStringLen ¶
func ExtractFilename ¶
func FiletimeToUnix ¶
func FindMaxKey ¶
func FindMinKey ¶
func NullTerminatedToStrings ¶
func UnixToFiletime ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.