MCPcopy Create free account
hub / github.com/amitbet/vncproxy / Read

Method Read

common/encoding.go:18–18  ·  view source on GitHub ↗

Read reads the contents of the encoded pixel data from the reader. This should return a new IEncoding implementation that contains the proper data.

(*PixelFormat, *Rectangle, *RfbReadHelper)

Source from the content-addressed store, hash-verified

16 // This should return a new IEncoding implementation that contains
17 // the proper data.
18 Read(*PixelFormat, *Rectangle, *RfbReadHelper) (IEncoding, error)
19}
20
21// EncodingType represents a known VNC encoding type.

Callers 15

ReadMethod · 0.65
handshakeMethod · 0.65
mainLoopMethod · 0.65
readErrorReasonMethod · 0.65
readPixelFormatFunction · 0.65
HandshakeMethod · 0.65
ReadMethod · 0.65
ReadMethod · 0.65
ReadMethod · 0.65
sendFbsMessageMethod · 0.65
ReadMethod · 0.65
ReadStartSessionMethod · 0.65

Implementers 12

RREEncodingencodings/enc-rre.go
EncLedStatePseudoencodings/enc-led-state.go
RawEncodingencodings/enc-raw.go
TightPngEncodingencodings/enc-tightpng.go
ZLibEncodingencodings/enc-zlib.go
CopyRectEncodingencodings/enc-copy-rect.go
TightEncodingencodings/enc-tight.go
ZRLEEncodingencodings/enc-zrle.go
HextileEncodingencodings/enc-hextile.go
EncCursorPseudoencodings/enc-cursor-pseudo.go
CoRREEncodingencodings/enc-corre.go
PseudoEncodingencodings/enc-pseudo.go

Calls

no outgoing calls

Tested by

no test coverage detected