VNC.RFBDrawing.UpdateDecoders.Decoder Class
the base class for all Decoders. The decoders decode an encoded bitmap data stream sent during a framebuffer-update

Access: Public
Base Classes: Object
  Members Description  
    Decoder constructs a decoder

 
    initalize initalizes this Decoder, only after calling this method the decoder is able to work

 
    pixelDecoder    
    PixelDecoder the pixelDecoder used to decode pixelValues

 
    stream    
    Stream the netwrokStream the data is read from

 
    BufferWidth the width of the remote frame buffer

 
    BufferHeight the width of the remote frame buffer

 
    surface    
    Surface the surface this Decoder is created and used by

 
    drawSup    
    DrawingSupport the DrawSupport instance is used for drawing to the buffer/screen

 
    CFinputBuffer the CFinputBuffer usable to read in raw bitmap data

 
    decodeRawToPixelArray reads the raw-data into pixel-inputbuffer, helper procedure for Decoders This method is for .Net Compact Framework

 
    decode decodes an update.

 
    getEncodingNr gets the encoding number this decoder belongs to