C# Class Smoothget.Mkv.MuxStateWriter

显示文件 Open project: pinglossy/smoothget Class Usage Examples

Public Methods

Method Description
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

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

MuxStateWriter() public method

public MuxStateWriter ( Stream stream ) : System
stream Stream
return System

WriteBytes() public method

public WriteBytes ( char key, byte bytes ) : void
key char
bytes byte
return void

WriteRaw() public method

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

WriteUlong() public method

public WriteUlong ( char key, ulong num ) : void
key char
num ulong
return void