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

            return(CreateSourceFromReader(reader));
        }