Exemplo n.º 1
0
 /// <summary>
 /// Constructs a ReaderFactory which tries to detect the format in the
 /// first given number of chars.
 /// </summary>
 /// <param name="headerLength">length of the header in number of chars</param>
 public ReaderFactory(int headerLength)
 {
     formatFactory     = new FormatFactory(headerLength);
     this.headerLength = headerLength;
 }