Ejemplo n.º 1
0
 public int SkipBytes(int n)
 {
     return(dataInput.SkipBytes(n));
 }