MCPcopy Create free account
hub / github.com/segmentio/encoding / binaryReader

Struct binaryReader

thrift/binary.go:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type binaryReader struct {
32 p *BinaryProtocol
33 r io.Reader
34 b [8]byte
35}
36
37func (r *binaryReader) Protocol() Protocol {
38 return r.p

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected