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

Method ReadInt8

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

Source from the content-addressed store, hash-verified

37 Reader() io.Reader
38 ReadBool() (bool, error)
39 ReadInt8() (int8, error)
40 ReadInt16() (int16, error)
41 ReadInt32() (int32, error)
42 ReadInt64() (int64, error)

Callers 4

ReadInt8Method · 0.65
decodeInt8Function · 0.65
skipFunction · 0.65
ReadInt8Method · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected