type encoding/binary.ByteOrder
9 uses
encoding/binary (current package)
binary.go#L39: type ByteOrder interface {
binary.go#L240: func Read(r io.Reader, order ByteOrder, data any) error {
binary.go#L279: func Decode(buf []byte, order ByteOrder, data any) (int, error) {
binary.go#L312: func decodeFast(bs []byte, order ByteOrder, data any) bool {
binary.go#L392: func Write(w io.Writer, order ByteOrder, data any) error {
binary.go#L422: func Encode(buf []byte, order ByteOrder, data any) (int, error) {
binary.go#L452: func Append(buf []byte, order ByteOrder, data any) ([]byte, error) {
binary.go#L473: func encodeFast(bs []byte, order ByteOrder, data any) {
binary.go#L744: order ByteOrder
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |