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

Method Type

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

The number that uniquely identifies this encoding type.

()

Source from the content-addressed store, hash-verified

11type IEncoding interface {
12 // The number that uniquely identifies this encoding type.
13 Type() int32
14 WriteTo(w io.Writer) (n int, err error)
15 // Read reads the contents of the encoded pixel data from the reader.
16 // This should return a new IEncoding implementation that contains

Callers 10

SetEncodingsMethod · 0.65
mainLoopMethod · 0.65
StringMethod · 0.65
ReadMethod · 0.65
ConsumeMethod · 0.65
ConsumeMethod · 0.65
ConsumeMethod · 0.65
ConsumeMethod · 0.65
HandleRfbSegmentMethod · 0.65
StringMethod · 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