C# 클래스 PeerCastStation.MKV.VInt

파일 보기 프로젝트 열기: kumaryu/peercaststation 1 사용 예제들

공개 메소드들

메소드 설명
BinaryEquals ( byte bin ) : bool
ReadUInt ( Stream s ) : VInt
ReadUIntAsync ( Stream s, CancellationToken cancel_token ) : Task
VInt ( long value, byte binary ) : System

비공개 메소드들

메소드 설명
CheckLength ( int v ) : int

메소드 상세

BinaryEquals() 공개 메소드

public BinaryEquals ( byte bin ) : bool
bin byte
리턴 bool

ReadUInt() 공개 정적인 메소드

public static ReadUInt ( Stream s ) : VInt
s Stream
리턴 VInt

ReadUIntAsync() 공개 정적인 메소드

public static ReadUIntAsync ( Stream s, CancellationToken cancel_token ) : Task
s Stream
cancel_token System.Threading.CancellationToken
리턴 Task

VInt() 공개 메소드

public VInt ( long value, byte binary ) : System
value long
binary byte
리턴 System