VNC.RFBProtocolHandling.RFBNetworkStream Class
this class represents a Network stream, knowing the VNC-Datatypes

Access: Public
Base Classes: Object
Implemented interfaces: ReadByteStream
  Members Description  
    rfbWriteBuffer    
    stream    
    RFBNetworkStream constructs an RFBStream for the connection represented by the TCPClient client

 
    ReadByte blocking readByte: returns exactly one byte

 
    ReadBlocking blocking reading of multiple bytes

 
    Read reading without blocking, returns after at most size bytes have been read

 
    ReadCard16 read a card16 from stream

 
    ReadCard32 read a card32 from stream

 
    ReadPixelFormat read a pixelformat from stream

 
    ReadString read a string with the given length from stream

 
    Flush flushing the stream: RFBStream uses a buffer to enhance network throughoutput this method flushes the buffer

 
    WriteByte write a byte to the stream

 
    Write write a number of bytes from a byte array to the stream

 
    WriteCard16 write a card16 to the stream

 
    WriteCard32 write a card32 to the stream

 
    WriteString wirte a string to the stream

 
    WritePixelFormat write a pixelformat to the stream