VNC.RFBProtocolHandling.ReadByteStream Interface
interface specifing the functionality of a stream, from which byte could be read.

Access: Public
  Members Description  
    ReadByte reading a single byte

 
Remarks:
This interface is used for the PixelDecoders, because they should support decoding pixels from all streams, which allow reading bytes, e.g. RFBNetworkStream or InflateStream (stream for reading zlib compressed data)