C# 클래스 Smoothget.Mkv.MuxStateWriter

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

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
MuxStateWriter ( Stream stream ) : System
WriteBytes ( char key, byte bytes ) : void
WriteRaw ( byte bytes, int start, int end ) : void
WriteUlong ( char key, ulong num ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

MuxStateWriter() 공개 메소드

public MuxStateWriter ( Stream stream ) : System
stream Stream
리턴 System

WriteBytes() 공개 메소드

public WriteBytes ( char key, byte bytes ) : void
key char
bytes byte
리턴 void

WriteRaw() 공개 메소드

public WriteRaw ( byte bytes, int start, int end ) : void
bytes byte
start int
end int
리턴 void

WriteUlong() 공개 메소드

public WriteUlong ( char key, ulong num ) : void
key char
num ulong
리턴 void