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)
| 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. |
no outgoing calls
no test coverage detected