C# Class VncSharpWpf.RfbProtocol.ZRLECompressedReader

ZRLE compressed binary reader, used by ZrleRectangle.
Inheritance: System.IO.BinaryReader
Datei anzeigen Open project: nakano531/VncSharpWpf

Public Methods

Method Description
DecodeStream ( ) : void
ReadByte ( ) : byte
ReadBytes ( int count ) : byte[]
ZRLECompressedReader ( Stream uncompressedStream ) : System

Method Details

DecodeStream() public method

public DecodeStream ( ) : void
return void

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

public ReadBytes ( int count ) : byte[]
count int
return byte[]

ZRLECompressedReader() public method

public ZRLECompressedReader ( Stream uncompressedStream ) : System
uncompressedStream Stream
return System