Esempio n. 1
0
 public IFormatReader <AsciiReaderOptions> CreateAsciiReader(AsciiReaderOptions options)
 {
     return(new AsciiReader(options));
 }
Esempio n. 2
0
        public ISource CreateAsciiReader(AsciiReaderOptions options)
        {
            var reader = _readerFactory.CreateAsciiReader(options);

            return(CreateSourceFromReader(reader));
        }