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

Method ReadBytes

thrift/protocol.go:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 ReadInt64() (int64, error)
43 ReadFloat64() (float64, error)
44 ReadBytes() ([]byte, error)
45 ReadString() (string, error)
46 ReadLength() (int, error)
47 ReadMessage() (Message, error)

Callers 2

ReadBytesMethod · 0.65
decodeBytesFunction · 0.65

Implementers 3

debugReaderthrift/debug.go
binaryReaderthrift/binary.go
compactReaderthrift/compact.go

Calls

no outgoing calls

Tested by

no test coverage detected