Documentation ¶
Index ¶
- func Read(fh *bytes.Reader, byte_data []byte, format []string) ([]interface{}, int, error)
- func Read2(fh *bytes.Reader, byte_data []byte, format []string) ([]interface{}, int)
- func Unpack[returnType any](fh *bytes.Reader, byte_data []byte, format []string) (returnType, int, error)
- func Unpack2[returnType any](fh *bytes.Reader, byte_data []byte, format []string) (returnType, int)
- func Unpack3[returnType any](fh *bytes.Reader, byte_data []byte, format []string) returnType
- type Bdatas
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.