MCPcopy Create free account
hub / github.com/godbus/dbus / decoder

Struct decoder

decoder.go:10–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type decoder struct {
11 in io.Reader
12 order binary.ByteOrder
13 pos int
14 fds []int
15
16 // The following fields are used to reduce memory allocs.
17 conv *stringConverter
18 buf []byte
19 d float64
20 y [1]byte
21}
22
23// newDecoder returns a new decoder that reads values from in. The input is
24// expected to be in the given byte order.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected