Exemplo n.º 1
0
 public Scanner(Stream s)
 {
     buffer = new Buffer(s, true);
     Init();
 }
Exemplo n.º 2
0
 public UTF8Buffer(Buffer b) : base(b)
 {
 }