C# 클래스 VncSharpWpf.RfbProtocol.ZRLECompressedReader

ZRLE compressed binary reader, used by ZrleRectangle.
상속: System.IO.BinaryReader
파일 보기 프로젝트 열기: nakano531/VncSharpWpf

공개 메소드들

메소드 설명
DecodeStream ( ) : void
ReadByte ( ) : byte
ReadBytes ( int count ) : byte[]
ZRLECompressedReader ( Stream uncompressedStream ) : System

메소드 상세

DecodeStream() 공개 메소드

public DecodeStream ( ) : void
리턴 void

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

public ReadBytes ( int count ) : byte[]
count int
리턴 byte[]

ZRLECompressedReader() 공개 메소드

public ZRLECompressedReader ( Stream uncompressedStream ) : System
uncompressedStream Stream
리턴 System