예제 #1
0
 public Context(TSWriter writer)
 {
     this.writer = writer;
 }
예제 #2
0
 public Context(Stream stream)
 {
     this.writer = new TSWriter(stream, true);
 }