Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ Reader
Method
Reader
thrift/protocol.go:37–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
type
Reader
interface
{
36
Protocol() Protocol
37
Reader() io.Reader
38
ReadBool() (bool, error)
39
ReadInt8() (int8, error)
40
ReadInt16() (int16, error)
Callers
4
Reader
Method · 0.65
readBinary
Function · 0.65
skipBinary
Function · 0.65
Reader
Method · 0.65
Implementers
3
debugReader
thrift/debug.go
binaryReader
thrift/binary.go
compactReader
thrift/compact.go
Calls
no outgoing calls
Tested by
no test coverage detected