예제 #1
0
파일: Sink.cs 프로젝트: blinds52/More
 public abstract void Write(Encoder encoder, CharPtr ptr, UInt32 length);
예제 #2
0
파일: Sink.cs 프로젝트: blinds52/More
 public override void Write(Encoder encoder, CharPtr ptr, UInt32 length)
 {
     throw new NotImplementedException();
 }