type encoding/binary.bigEndian
10 uses
encoding/binary (current package)
binary.go#L48: var BigEndian bigEndian
binary.go#L98: type bigEndian struct{}
binary.go#L100: func (bigEndian) Uint16(b []byte) uint16 {
binary.go#L105: func (bigEndian) PutUint16(b []byte, v uint16) {
binary.go#L111: func (bigEndian) Uint32(b []byte) uint32 {
binary.go#L116: func (bigEndian) PutUint32(b []byte, v uint32) {
binary.go#L124: func (bigEndian) Uint64(b []byte) uint64 {
binary.go#L130: func (bigEndian) PutUint64(b []byte, v uint64) {
binary.go#L142: func (bigEndian) String() string { return "BigEndian" }
binary.go#L144: func (bigEndian) GoString() string { return "binary.BigEndian" }
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |