Documentation
¶
Index ¶
- Variables
- func BytesToInt(b []byte) int
- func Decode(src []byte, label string) (string, error)
- func DecodeMust(src []byte, label string) string
- func Encode(str, label string) ([]byte, error)
- func EncodeMust(str, label string) []byte
- func Info[T constraints.Integer](r io.Reader, size T, info string)
- func LookupEnc(label string) encoding.Encoding
- func MsTimeTo(t time.Time) []byte
- func MsToTime(stamp uint32) time.Time
- func NewReader(r io.Reader) io.Reader
- func PrintHex(b []byte)
- func Read(path string) (io.Reader, error)
- func ReadIntN[T constraints.Integer](r io.Reader, size T) int
- func ReadN[T constraints.Integer](r io.Reader, size T) []byte
- func ReadUint16(r io.Reader) uint16
- func ReadUint32(r io.Reader) uint32
- func To2Bytes[T constraints.Integer](i T) []byte
- func To4Bytes[T constraints.Integer](i T) []byte
Constants ¶
This section is empty.
Variables ¶
View Source
var LineBreak string
Functions ¶
func DecodeMust ¶
func EncodeMust ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.